aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-06-16 17:45:23 +0200
committerGitHub <noreply@github.com>2022-06-16 17:45:23 +0200
commitd5f5bbfa66e9096856f2109b184eb3fcf1fdfec0 (patch)
tree767d5cbb6eb5426d205d2ddcadf040d7df6b6ccc /sql/updates
parent5517208b67cf5c0b8054067cee081e968e66694d (diff)
Scripts/Spells: Fix hunter talent Posthaste (#28019)
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');