aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-15 10:48:25 +0200
committerGitHub <noreply@github.com>2025-06-15 10:48:25 +0200
commitd3967ebe0df98ed2dcc673eed4b77cdb67be7736 (patch)
tree107b429aa00d28d11736b531ee4527f26a2245a9 /sql
parent9e76a7649471fe9cdfeb7f03b511cb8c84f760b6 (diff)
Scripts/Spells: Implemented Menace warrior talent (#31015)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_15_06_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_06_world.sql b/sql/updates/world/master/2025_06_15_06_world.sql
new file mode 100644
index 00000000000..fc0c9c9df7e
--- /dev/null
+++ b/sql/updates/world/master/2025_06_15_06_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `Scriptname` = 'spell_warr_intimidating_shout_menace_knock_back';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(316594, 'spell_warr_intimidating_shout_menace_knock_back');