DB/SpellEffectScaling

From wowdev
(Redirected from SpellEffectScaling.dbc)
Jump to navigation Jump to search

≥ Mists

6.0.1.18179

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