mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Scripts/Spells: Implement Feral Lunge (#31746)
This commit is contained in:
committed by
GitHub
parent
068c21528c
commit
88268721c8
8
sql/updates/world/master/2026_03_29_00_world.sql
Normal file
8
sql/updates/world/master/2026_03_29_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user