DB/Cfg Categories

From wowdev
Revision as of 12:26, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Used for the realm groups.

Structure

Column Field Type Notes
1 ID Integer
2 localeMask Integer 205: EU, 256: Russia, 0: rest.
3 charsetMask Integer 0: Development, 1: US and EU, 4: Russia, 10: Korea, 17: Taiwan & China
4 flags Integer 1, if you need tournaments enabled on you account.
5 Name Loc

6.0.1.18179

struct Cfg_CategoriesRec {
  uint32_t m_ID;
  uint32_t m_localeMask;
  uint32_t m_create_charsetMask;
  uint32_t m_existing_charsetMask;
  uint32_t m_flags;
  stringref m_name_lang;
};