Scripts/Spells: Fix Heroic Leap (#30944)

Closes #28997
This commit is contained in:
Jeremy
2025-09-07 14:43:25 +02:00
committed by GitHub
parent 8acf7c5f42
commit 62e2eb1dfc
2 changed files with 32 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_heroic_leap_damage', 'spell_warr_heroic_leap_jump');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(52174, 'spell_warr_heroic_leap_damage');
UPDATE `jump_charge_params` SET `speed`=0.616, `jumpGravity`=126.496856689453125, `triggerSpellId`=52174 WHERE `id` = 17;