mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user