DB/SpellRuneCost: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page SpellRuneCost.dbc to DB/SpellRuneCost)
mNo edit summary
Line 1: Line 1:
Added in WotLK
Added in WotLK
== Header Info ==
Records...................456
Fields......................5
Record Size................20
String Block Size...........1


==4.0.3.13329==
==4.0.3.13329==

Revision as of 00:27, 23 February 2016

Added in WotLK

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