DB/SpellRuneCost

From wowdev
Revision as of 04:04, 20 July 2016 by Synric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
};