DB/SpellDescriptionVariables: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 01:11, 13 February 2016

New in WotLK.

Header Info

Records....................58
Fields......................2
Record Size.................8
String Block Size........5465 

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 String Text

6.0.1.18179

struct SpellDescriptionVariablesRec {
  uint32_t m_ID;
  stringref m_variables;
};