DB/GtOCTClassCombatRatingScalar

From wowdev
Jump to navigation Jump to search

≥ Wrath

Defines rating modifiers for classes, for example as of 3.1 : Haste Rating: shamans, paladins, druids, and death knights now receive 30% more melee haste from Haste Rating.

Ordered by character class, combat rating 0 – 31 ASC. 352 rows in 3.3.5 ( 32(max ratings) * 11 (max classes)).

ID = ((ChrClassID - 1) * 32) + (RatingID + 1)

Example : Warlock expertise = ((9 - 1) * 32) + (23 + 1) = 280

6.0.1.18179

struct gtOCTClassCombatRatingScalarRec {
  uint32_t m_ID;
  float m_data;
};