Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e161874695c5506bfa3cbcddf944d68b11cbc124)
This commit is contained in:
@@ -1079,6 +1079,22 @@ namespace Framework.Constants
|
||||
Factional = 0x40
|
||||
}
|
||||
|
||||
public enum CfgCategoriesCharsets
|
||||
{
|
||||
Any = 0x00,
|
||||
Latin1 = 0x01,
|
||||
English = 0x02,
|
||||
Russian = 0x04,
|
||||
Korean = 0x08,
|
||||
Chinese = 0x10
|
||||
}
|
||||
|
||||
public enum CfgCategoriesFlags
|
||||
{
|
||||
None = 0x0,
|
||||
Tournament = 0x1
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum ChrRacesFlag
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user