From 33a9b879ef11d7923a37afca53ba237fcd59bc4b Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sat, 26 Apr 2014 04:03:37 +0200 Subject: Fixed non-pch build --- src/server/game/Battlegrounds/Battleground.h | 2 ++ src/server/game/Battlegrounds/Zones/BattlegroundSA.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/game/Battlegrounds/Battleground.h b/src/server/game/Battlegrounds/Battleground.h index bdec37da4b9..26f91650a22 100644 --- a/src/server/game/Battlegrounds/Battleground.h +++ b/src/server/game/Battlegrounds/Battleground.h @@ -28,9 +28,11 @@ class GameObject; class Group; class Player; class Unit; +class WorldObject; class WorldPacket; class BattlegroundMap; +struct Position; struct PvPDifficultyEntry; struct WorldSafeLocsEntry; diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundSA.h b/src/server/game/Battlegrounds/Zones/BattlegroundSA.h index 1a65aff1a87..2a5c8fc15e4 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundSA.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundSA.h @@ -574,7 +574,7 @@ class BattlegroundSA : public Battleground bool CheckAchievementCriteriaMeet(uint32 criteriaId, Player const* source, Unit const* target = NULL, uint32 miscValue = 0) OVERRIDE; // Control Phase Shift - bool IsSpellAllowed(uint32 spellId, Player const* player) const; + bool IsSpellAllowed(uint32 spellId, Player const* player) const OVERRIDE; private: -- cgit v1.2.3