DB/ScalingStatDistribution: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
New in WotLK.
 
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}


  struct ScalingStatDistributionEntry // sizeof(0x58)
  struct ScalingStatDistributionEntry // sizeof(0x58)

Latest revision as of 02:48, 20 July 2016

≥ Wrath

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
};

6.0.1.18179

struct ScalingStatDistributionRec {
  uint32_t m_ID;
  uint32_t m_statID[10];
  uint32_t m_bonus[10];
  uint32_t m_minlevel;
  uint32_t m_maxlevel;
};