aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-02-19 19:32:55 +0100
committerShauren <shauren.trinity@gmail.com>2025-02-19 19:32:55 +0100
commitb4168ee83355f36c46a9b592710b685695999121 (patch)
treee89b0874385e8a11cfaf7b97a098c38df253bdd5 /src/server/scripts
parentb32ff0c8b6042873628f2a217def90f8422f41a2 (diff)
Core/Spells: Reduce differences between branches (port refactors from c0602889b57b3a6ab07a7d8ba9b4b91a560f086e)
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Outland/BlackTemple/boss_illidan.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}