From 872c2d4d6386ef778c5554eddf83beaf87aa3f3e Mon Sep 17 00:00:00 2001 From: click Date: Sun, 18 Sep 2011 16:30:18 +0200 Subject: Core/Build: Fix non-PCH builds --- src/server/game/Entities/Creature/Creature.cpp | 2 +- src/server/game/Spells/SpellInfo.h | 1 + .../scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp | 1 + src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Entities/Creature/Creature.cpp b/src/server/game/Entities/Creature/Creature.cpp index 7a574fee77b..8c49ff06d5a 100755 --- a/src/server/game/Entities/Creature/Creature.cpp +++ b/src/server/game/Entities/Creature/Creature.cpp @@ -1984,7 +1984,7 @@ void Creature::SaveRespawnTime() } // this should not be called by petAI or -bool Creature::canCreatureAttack(Unit const* pVictim, bool force) const +bool Creature::canCreatureAttack(Unit const* pVictim, bool /*force*/) const { if (!pVictim->IsInMap(this)) return false; diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index b79e50db001..77d27a908d3 100644 --- a/src/server/game/Spells/SpellInfo.h +++ b/src/server/game/Spells/SpellInfo.h @@ -21,6 +21,7 @@ #include "SharedDefines.h" #include "Util.h" #include "DBCStructure.h" +#include "Object.h" class Unit; class Player; diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp index 7488db76907..9b062761edf 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp @@ -20,6 +20,7 @@ #include "ScriptedCreature.h" #include "Spell.h" #include "SpellAuraEffects.h" +#include "GridNotifiers.h" #include "icecrown_citadel.h" enum Texts diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp index 94dac7e0344..b46c0653c09 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp @@ -19,6 +19,7 @@ #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "SpellAuras.h" +#include "GridNotifiers.h" #include "icecrown_citadel.h" // KNOWN BUGS: -- cgit v1.2.3