Core/Battlegrounds: Rework Eye of the Storm

Port From (https://github.com/TrinityCore/TrinityCore/commit/32af4bf8fa2936904a6bebe16445e66ef26340ce)
This commit is contained in:
hondacrx
2024-03-02 14:46:47 -05:00
parent 80c7110988
commit d0c623ba39
8 changed files with 348 additions and 717 deletions
@@ -3615,7 +3615,7 @@ namespace Game.Entities
return newFlag.GetState();
}
ObjectGuid GetFlagCarrierGUID()
public ObjectGuid GetFlagCarrierGUID()
{
if (GetGoType() != GameObjectTypes.NewFlag)
return ObjectGuid.Empty;