aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-08-29 19:37:55 +0200
committerGitHub <noreply@github.com>2025-08-29 19:37:55 +0200
commit8d8b0d1a3621e332e998007148c5a88f0dbf4212 (patch)
tree5f88a50b5f0ae46ef752a762d859921a25ccf3d1 /sql
parenta884a5f4b4fff8d5a8f322f63e8eabe16a96b588 (diff)
Scripts/Spells: Implement Anger Management talent (#31066)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_08_29_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_29_00_world.sql b/sql/updates/world/master/2025_08_29_00_world.sql
new file mode 100644
index 00000000000..ed350eb5dca
--- /dev/null
+++ b/sql/updates/world/master/2025_08_29_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_anger_management_proc';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(152278, 'spell_warr_anger_management_proc');