DB/TeamContributionPoints: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in WotLK. Category:DBC')
 
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
New in WotLK.
 
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=3}}
 
struct TeamContributionPointsEntry // sizeof(0x8)
{
    m_ID; // +0x0, size 0x4, type 0
    m_data; // +0x4, size 0x4, type 3
};


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]

Latest revision as of 03:45, 20 July 2016

Wrath … Wrath

struct TeamContributionPointsEntry // sizeof(0x8)
{
   m_ID; // +0x0, size 0x4, type 0
   m_data; // +0x4, size 0x4, type 3
};