aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_06_27_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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');