Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT
Port From (https://github.com/TrinityCore/TrinityCore/commit/19f64e66e58d3d7ebed6437a474a134e7c673ed6)
This commit is contained in:
@@ -450,4 +450,13 @@ namespace Framework.Constants
|
||||
PersonalRating = 6,
|
||||
End = 7
|
||||
}
|
||||
|
||||
public enum BattlegroundCapturePointState
|
||||
{
|
||||
Neutral = 1,
|
||||
ContestedHorde = 2,
|
||||
ContestedAlliance = 3,
|
||||
HordeCaptured = 4,
|
||||
AllianceCaptured = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user