From ba894e8b706174f826e3db8a87bfc973972c790d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 23 Apr 2017 16:21:19 +0200 Subject: [PATCH] missing change --- src/server/scripts/Outland/BlackTemple/boss_illidan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp index 30f3aceaf85..374ec9ae7c0 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp @@ -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(); }