From b4168ee83355f36c46a9b592710b685695999121 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 19 Feb 2025 19:32:55 +0100 Subject: Core/Spells: Reduce differences between branches (port refactors from c0602889b57b3a6ab07a7d8ba9b4b91a560f086e) --- src/server/scripts/Outland/BlackTemple/boss_illidan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp index 60812545908..1255bfc4dbd 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp @@ -2062,7 +2062,7 @@ class spell_illidan_return_glaives : public SpellScript void HandleScriptEffect(SpellEffIndex /*effIndex*/) { - GetHitUnit()->SendPlaySpellVisual(SPELL_GLAIVE_VISUAL_KIT); + GetHitUnit()->SendPlaySpellVisualKit(SPELL_GLAIVE_VISUAL_KIT, 0); if (Creature* caster = GetCaster()->ToCreature()) caster->DespawnOrUnsummon(); } -- cgit v1.2.3