mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Hunter: Implement Rapid Fire (#29099)
This commit is contained in:
5
sql/updates/world/master/2023_06_27_00_world.sql
Normal file
5
sql/updates/world/master/2023_06_27_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user