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:
blinkysc
2026-02-27 08:42:17 -06:00
committed by GitHub
parent 74dd60a7b1
commit 396c35be2f
5 changed files with 72 additions and 11 deletions

View File

@@ -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');