aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2015-10-05 00:12:38 +0200
committerShauren <shauren.trinity@gmail.com>2015-10-31 19:13:05 +0100
commit36a205ec002307c77c813b7996fec4e334b4540f (patch)
tree593cd0efd5c5c2d968321aee9a2a4c0af43b298b
parentdf88c7f2789e5e07cc4ec9ea400dacfea518a102 (diff)
Core: fixed warning introduced in last commit
(cherry picked from commit fe0c07a6fe4dea8772e69ec8ad491bdda7f61746)
-rw-r--r--src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp
index d0f8d9eab0f..c8964b2ff31 100644
--- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp
+++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp
@@ -565,6 +565,8 @@ public:
player->GetSession()->SendNotification(GO_FAILED);
return true;
}
+#else
+ (void)go;
#endif
player->CastSpell(player, SPELL_TELEPORT_SPECTRAL, true);