Core: Update to 10.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cea730fa23473a85c47451c3bd13df816f2b6e4)
This commit is contained in:
@@ -456,4 +456,14 @@ namespace Framework.Constants
|
||||
HordeCaptured = 4,
|
||||
AllianceCaptured = 5
|
||||
}
|
||||
|
||||
public enum PVPMatchState : byte
|
||||
{
|
||||
Waiting = 0,
|
||||
StartUp = 1,
|
||||
Engaged = 2,
|
||||
PostRound = 3,
|
||||
Inactive = 4,
|
||||
Complete = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user