From ce5a36147008cfe5ea4accc0a9ee740e144ca75e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 10 Feb 2017 05:58:52 +0100 Subject: [PATCH] Compile fix --- 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 39fc20eea28..374eeb6d3ee 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp @@ -2084,7 +2084,7 @@ class spell_illidan_return_glaives : public SpellScriptLoader void HandleScriptEffect(SpellEffIndex /*effIndex*/) { - GetHitUnit()->SendPlaySpellVisual(SPELL_GLAIVE_VISUAL_KIT); + GetHitUnit()->SendPlaySpellVisualKit(SPELL_GLAIVE_VISUAL_KIT,0); if (Creature* caster = GetCaster()->ToCreature()) caster->DespawnOrUnsummon(); }