aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
authormegamage <none@none.none>2011-09-26 09:14:12 -0400
committermegamage <none@none.none>2011-09-26 09:14:12 -0400
commit780747f5d39cd05e22d28f80eed7eda18453e0b8 (patch)
tree928663fb3b8e94e16ec8a96b8204e0b91136935a /src/server/scripts/Northrend
parenta35deba186bef436e68750d6c4f621cdc34c8a24 (diff)
Missing part of the previous commit.
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp b/src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp
index dcb5ae8faf7..1a153474416 100644
--- a/src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp
+++ b/src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp
@@ -240,6 +240,7 @@ class spell_intense_cold : public SpellScriptLoader
if (aurEff->GetBase()->GetStackAmount() < 2)
return;
Unit* caster = GetCaster();
+ //TODO: the caster should be boss but not the player
if (!caster || !caster->GetAI())
return;
caster->GetAI()->SetGUID(GetTarget()->GetGUID(), DATA_INTENSE_COLD);