Shaman is the caster of Fire Nova not totem.

Signed-off-by: dr.skull <dr.skull@centrum.sk>
This commit is contained in:
dr.skull
2011-12-14 17:26:24 +01:00
parent d6ebfa993b
commit 2cd57b53e6

View File

@@ -125,7 +125,7 @@ class spell_sha_fire_nova : public SpellScriptLoader
{
Creature* totem = caster->GetMap()->GetCreature(caster->m_SummonSlot[1]);
if (totem && totem->isTotem())
totem->CastSpell(totem, spellId, true);
caster->CastSpell(totem, spellId, true);
}
}