aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-13 13:35:25 +0100
committerGitHub <noreply@github.com>2025-01-13 13:35:25 +0100
commitfaf8efc25d4bb088fc263accba2721ac29efc80a (patch)
tree87e5f4641395d12d870243be3d1561e2a5de179a /sql/updates/world
parent4e9f344d50e42663fed16f8aaac4e04072acf289 (diff)
Scripts/Spells: Implement monk talent "Save them all" (#30596)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2025_01_13_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_13_00_world.sql b/sql/updates/world/master/2025_01_13_00_world.sql
new file mode 100644
index 00000000000..c2be63bca56
--- /dev/null
+++ b/sql/updates/world/master/2025_01_13_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_save_them_all';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(389579, 'spell_monk_save_them_all');