fix(Scripts/ICC): Ball of Flames Proc stack drop on hit (#25483)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com> Co-authored-by: ariel- <ariel-@users.noreply.github.com>
This commit is contained in:
parent
a056db5bfd
commit
23ce3fd29e
2 changed files with 26 additions and 1 deletions
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- Ball of Flames Proc (ICC Prince Valanar):
|
||||
-- ensure the spell script is registered so the new AuraScript
|
||||
-- decrements a stack each time the ball hits a player.
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (71756, 72782, 72783, 72784) AND `ScriptName`='spell_taldaram_ball_of_inferno_flame';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(71756, 'spell_taldaram_ball_of_inferno_flame'),
|
||||
(72782, 'spell_taldaram_ball_of_inferno_flame'),
|
||||
(72783, 'spell_taldaram_ball_of_inferno_flame'),
|
||||
(72784, 'spell_taldaram_ball_of_inferno_flame');
|
||||
Loading…
Add table
Add a link
Reference in a new issue