fix(Core/Spells): Fixed explosive shot ammo consumption (#21501)

Co-authored-by: pavel_k <pavel_k@mail.com>
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
This commit is contained in:
Paul
2025-07-15 10:05:56 +03:00
committed by GitHub
parent 506722ee88
commit 38cb6ace25
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = -53301 AND `ScriptName` = 'spell_hun_explosive_shot';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-53301, 'spell_hun_explosive_shot');