DB/SpellEffectScaling

From wowdev
Revision as of 00:35, 6 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

6.0.1.18179

struct SpellEffectScalingRec {
  uint32_t m_ID;
  float m_coefficient;
  float m_variance;
  float m_resourceCoefficient;
  uint32_t m_spellEffectID;
};