Scripts/Hunter: Implement Rapid Fire (#29099)

This commit is contained in:
Naddley
2023-06-27 20:57:41 +02:00
committed by GitHub
parent 3d0831e80a
commit acb7e72470
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- 257044 - Rapid Fire
DELETE FROM `spell_script_names` WHERE `spell_id` IN (257044, 257045);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(257044, 'spell_hun_rapid_fire'),
(257045, 'spell_hun_rapid_fire_damage');