missing change

This commit is contained in:
Aokromes
2017-04-23 16:21:19 +02:00
parent 83623e0f7e
commit ba894e8b70

View File

@@ -2103,7 +2103,7 @@ class spell_illidan_return_glaives : public SpellScriptLoader
void HandleScriptEffect(SpellEffIndex /*effIndex*/)
{
GetHitUnit()->SendPlaySpellVisualKit(SPELL_GLAIVE_VISUAL_KIT,0);
GetHitUnit()->SendPlaySpellVisualKit(SPELL_GLAIVE_VISUAL_KIT,0,0);
if (Creature* caster = GetCaster()->ToCreature())
caster->DespawnOrUnsummon();
}