DB/SpellRuneCost

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

Wrath … WoD

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 BloodRuneCost Integer
3 UnholyRuneCost Integer
4 FrostRuneCost Integer
5 RunePowerGain Integer

6.0.1.18179

struct SpellRuneCostRec {
  uint32_t m_ID;
  uint32_t m_blood;
  uint32_t m_unholy;
  uint32_t m_frost;
  uint32_t m_chromatic;
  uint32_t m_runicPower;
};