DB/CurrencyCategory

From wowdev
Revision as of 00:28, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page CurrencyCategory.dbc to DB/CurrencyCategory)
Jump to navigation Jump to search

The new currency-system has categories.

Structure

Column Field Type Notes
1 ID Integer
2 flags Integer
3-19 Name Loc

6.0.1.18179

struct CurrencyCategoryRec {
  uint32_t m_ID;
  uint32_t m_flags;
  stringref m_name_lang;
};