DB/Cfg Categories

From wowdev
Revision as of 02:50, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

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 {
  int m_ID;
  int m_localeMask;
  int m_create_charsetMask;
  int m_existing_charsetMask;
  int m_flags;
  stringref m_name_lang;
};

--schlumpf_ 00:54, 29 September 2008 (CEST)