aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_06_16_03_world_hunter_posthaste.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_06_16_03_world_hunter_posthaste.sql b/sql/updates/world/master/2022_06_16_03_world_hunter_posthaste.sql
new file mode 100644
index 00000000000..9e72733f977
--- /dev/null
+++ b/sql/updates/world/master/2022_06_16_03_world_hunter_posthaste.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_posthaste';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (781, 'spell_hun_posthaste');