From acb7e72470b6ff3e1051ac1a165c6500aab45c3f Mon Sep 17 00:00:00 2001 From: Naddley <64811442+Naddley@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:57:41 +0200 Subject: Scripts/Hunter: Implement Rapid Fire (#29099) --- sql/updates/world/master/2023_06_27_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2023_06_27_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2023_06_27_00_world.sql b/sql/updates/world/master/2023_06_27_00_world.sql new file mode 100644 index 00000000000..f780376fe93 --- /dev/null +++ b/sql/updates/world/master/2023_06_27_00_world.sql @@ -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'); -- cgit v1.2.3