Scripts/Spells: Fix Winter Veil PX-238

Ref #9238
Thanks @joschiwald
This commit is contained in:
Nay
2013-02-18 22:15:58 +00:00
parent 0d5dece43a
commit e7dbb4296c

View File

@@ -368,7 +368,7 @@ class spell_winter_veil_px_238_winter_wondervolt : public SpellScriptLoader
if (target->HasAura(spells[i]))
return;
GetCaster()->CastSpell(target, spells[urand(0, 3)], true);
target->CastSpell(target, spells[urand(0, 3)], true);
}
}