From 7b4bdc6b8f5f9adc677165583c700774d0859869 Mon Sep 17 00:00:00 2001 From: Ulduar2 Date: Sun, 23 Apr 2017 19:23:28 +0600 Subject: Core/Spells: Add duration argument to Unit::SendPlaySpellVisualKit (#19487) --- src/server/scripts/Spells/spell_paladin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_paladin.cpp b/src/server/scripts/Spells/spell_paladin.cpp index 56f90d612fd..020c8fc9e8e 100644 --- a/src/server/scripts/Spells/spell_paladin.cpp +++ b/src/server/scripts/Spells/spell_paladin.cpp @@ -407,7 +407,7 @@ class spell_pal_divine_storm : public SpellScriptLoader void HandleOnCast() { Unit* caster = GetCaster(); - caster->SendPlaySpellVisualKit(PALADIN_VISUAL_KIT_DIVINE_STORM, 0); + caster->SendPlaySpellVisualKit(PALADIN_VISUAL_KIT_DIVINE_STORM, 0, 0); } void HandleDummy(SpellEffIndex /* effIndex */) -- cgit v1.2.3