Core/Battlegrounds: Implemented BfA Warsong Gulch
Port From (https://github.com/TrinityCore/TrinityCore/commit/72b9aace54e44d30c323bd1acda630125e8a574d)
This commit is contained in:
@@ -3603,7 +3603,7 @@ namespace Game.Entities
|
||||
|| m_goValue.CapturePoint.State == BattlegroundCapturePointState.HordeCaptured;
|
||||
}
|
||||
|
||||
FlagState GetFlagState()
|
||||
public FlagState GetFlagState()
|
||||
{
|
||||
if (GetGoType() != GameObjectTypes.NewFlag)
|
||||
return 0;
|
||||
@@ -3627,7 +3627,7 @@ namespace Game.Entities
|
||||
return newFlag.GetCarrierGUID();
|
||||
}
|
||||
|
||||
long GetFlagTakenFromBaseTime()
|
||||
public long GetFlagTakenFromBaseTime()
|
||||
{
|
||||
if (GetGoType() != GameObjectTypes.NewFlag)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user