Core/Battlegrounds: Queue updates

Port From (https://github.com/TrinityCore/TrinityCore/commit/bf8714b8705c3fccc77083c6dc8665767430d346)
This commit is contained in:
hondacrx
2020-06-02 17:43:49 -04:00
parent 7290270bbf
commit ac876b7c6c
17 changed files with 562 additions and 451 deletions
@@ -134,25 +134,8 @@ namespace Framework.Constants
// 809 = "New Nagrand Arena (Legion)"
AF = 816, // Ashamane'S Fall
// 844 = "New Blade'S Edge Arena (Legion)"
Max = 845
}
public enum BattlegroundQueueTypeId
{
None = 0,
AV = 1,
WS = 2,
AB = 3,
EY = 4,
SA = 5,
IC = 6,
TP = 7,
BFG = 8,
RB = 9,
Arena2v2 = 10,
Arena3v3 = 11,
Arena5v5 = 12,
Max
RandomEpic = 901,
Max = 902
}
public enum BattlegroundQueueIdType
@@ -799,8 +799,6 @@ namespace Framework.Constants
AreaTriggerRePath = 0x263f,
AreaTriggerReShape = 0x2644,
ArenaCrowdControlSpells = 0x2652,
ArenaMatchEnd = 0x28a7,
ArenaMatchStart = 0x28a6,
ArenaPrepOpponentSpecializations = 0x2668,
ArtifactForgeOpened = 0x27e8,
ArtifactRespecConfirm = 0x27eb,
@@ -1517,7 +1515,9 @@ namespace Framework.Constants
PushSpellToActionBar = 0x2c51,
PvpCredit = 0x271f,
PvpLogData = 0x25b4,
PvpMatchStart = 0x28ac,
PvpMatchEnd = 0x28a7,
PvpMatchInit = 0x28ac,
PvpMatchStart = 0x28a6,
PvpOptionsEnabled = 0x25b7,
PvpSeason = 0x25d4,
QueryBattlePetNameResponse = 0x270e,
+1 -1
View File
@@ -472,7 +472,7 @@ namespace Framework.Constants
InvisibilityGlow = 0x40
}
public enum AreaTeams
public enum ArenaTeams
{
None = 0,
Ally = 2,