fix(Core/Spells): Fix Cobra Strikes stack consumption (#24906)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com> Co-authored-by: TrinityCore <TrinityCore@users.noreply.github.com>
This commit is contained in:
parent
74dd60a7b1
commit
396c35be2f
5 changed files with 72 additions and 11 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- Cobra Strikes spell script bindings
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-53256, 53257);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-53256, 'spell_hun_cobra_strikes'),
|
||||
(53257, 'spell_hun_cobra_strikes_triggered');
|
||||
Loading…
Add table
Add a link
Reference in a new issue