aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-04-26 04:03:37 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2014-04-26 04:03:37 +0200
commit33a9b879ef11d7923a37afca53ba237fcd59bc4b (patch)
tree84d16ced8196f0ac72a83a27f2bda524168265f8 /src
parent211d56d6337788b1268c5d89d41e20955d17272c (diff)
Fixed non-pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Battlegrounds/Battleground.h2
-rw-r--r--src/server/game/Battlegrounds/Zones/BattlegroundSA.h2
2 files changed, 3 insertions, 1 deletions
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: