DB/CurrencyCategory: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The new currency-system has categories.
The new currency-system has categories.


{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==Structure==
==Structure==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"

Revision as of 01:42, 20 July 2016

The new currency-system has categories.

≥ Wrath

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