DB/ScalingStatDistribution: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in WotLK. Category:DBC')
 
No edit summary
Line 1: Line 1:
New in WotLK.
New in WotLK.
struct ScalingStatDistributionEntry // sizeof(0x58)
{
    m_ID; // +0x0, size 0x4, type 0
    m_statID; // +0x4, size 0x28, type 0
    m_bonus; // +0x2C, size 0x28, type 0
    m_maxlevel; // +0x54, size 0x4, type 0
};


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

Revision as of 19:52, 16 April 2011

New in WotLK.

struct ScalingStatDistributionEntry // sizeof(0x58)
{
   m_ID; // +0x0, size 0x4, type 0
   m_statID; // +0x4, size 0x28, type 0
   m_bonus; // +0x2C, size 0x28, type 0
   m_maxlevel; // +0x54, size 0x4, type 0
};