DB/SpellRuneCost: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page SpellRuneCost.dbc to DB/SpellRuneCost)
(No difference)

Revision as of 01:14, 13 February 2016

Added in WotLK

Header Info

Records...................456
Fields......................5
Record Size................20
String Block Size...........1

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;
};