aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-10-24 22:31:21 +0200
committerGitHub <noreply@github.com>2024-10-24 22:31:21 +0200
commitdd6d47898050464c53c3489030d9e56a47a2d534 (patch)
tree74b65503508ade466d3b17bd1abe0522f61d53b7 /sql
parentc78885566f407f9c4674f9a7e98dbb63e8fe23d1 (diff)
Scripts/Spells: Implemented Monk Tiger's Lust root/snare removal (#30370)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_10_24_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_10_24_00_world.sql b/sql/updates/world/master/2024_10_24_00_world.sql
new file mode 100644
index 00000000000..83391206bde
--- /dev/null
+++ b/sql/updates/world/master/2024_10_24_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=116841 AND `ScriptName`='spell_monk_tigers_lust';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(116841, 'spell_monk_tigers_lust');