DB/SpellEffectScaling

From wowdev
Revision as of 01:12, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page SpellEffectScaling.dbc to DB/SpellEffectScaling)
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;
};