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:
@@ -1272,13 +1272,4 @@ namespace Framework.Constants
|
||||
CallForHelp = 2541,
|
||||
FleeForAssist = 1150
|
||||
}
|
||||
|
||||
public enum LanguageType
|
||||
{
|
||||
BasicLatin = 0x00,
|
||||
ExtendenLatin = 0x01,
|
||||
Cyrillic = 0x02,
|
||||
EastAsia = 0x04,
|
||||
Any = 0xFFFF
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user