Core/Battleground: Check battlegrounds disabled in db2 files

Port From (https://github.com/TrinityCore/TrinityCore/commit/5d57415951c4b6f7b86c97922c94b571a178f35a)
This commit is contained in:
hondacrx
2020-01-09 11:30:07 -05:00
parent 1a09ae3b69
commit 191d465eee
3 changed files with 18 additions and 6 deletions
+11
View File
@@ -986,6 +986,17 @@ namespace Framework.Constants
Max
}
public enum BattlemasterListFlags : sbyte
{
Disabled = 0x01,
SkipRoleCheck = 0x02,
Unk4 = 0x04,
CanInitWarGame = 0x08,
CanSpecificQueue = 0x10,
Brawl = 0x20,
Factional = 0x40
}
public enum ChrSpecializationFlag
{
Caster = 0x01,