Scripts/Spells: Implement Feral Lunge (#31746)

This commit is contained in:
Mirshod Allaberganov
2026-03-30 02:40:05 +05:00
committed by GitHub
parent 068c21528c
commit 88268721c8
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (196884, 215802);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(196884, 'spell_sha_feral_lunge'),
(215802, 'spell_sha_feral_lunge_damage');
DELETE FROM `jump_charge_params` WHERE `id` = 1211;
INSERT INTO `jump_charge_params` (`id`, `speed`, `treatSpeedAsMoveTimeSeconds`, `unlimitedSpeed`, `minHeight`, `maxHeight`, `spellVisualId`, `progressCurveId`, `parabolicCurveId`, `triggerSpellId`) VALUES
(1211, 42, 0, 0, 2, NULL, NULL, NULL, 79789, 215802);