aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNaddley <64811442+Naddley@users.noreply.github.com>2023-06-27 20:57:41 +0200
committerGitHub <noreply@github.com>2023-06-27 20:57:41 +0200
commitacb7e72470b6ff3e1051ac1a165c6500aab45c3f (patch)
tree308d273c4f6ad28ac80f626557e91c24f1a05f44 /sql
parent3d0831e80a39e51804af50b764198a3c1d850aad (diff)
Scripts/Hunter: Implement Rapid Fire (#29099)
Diffstat (limited to 'sql')
-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');