aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-22 00:18:05 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-22 00:18:05 +0200
commit970a274be131e694b2fdf6f2b4d572dfc7151b56 (patch)
tree2aa9a8868aa46543da3af4a75fe1a8699f079457 /sql/updates
parentd3bc5ebf1627527de638c4e686d5b42ebfd849b3 (diff)
Scripts/Spells: Fixed Entangling Roots periodic damage
Closes #28752 Co-authored-by: ModoX <moardox@gmail.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_07_22_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_22_00_world.sql b/sql/updates/world/master/2023_07_22_00_world.sql
new file mode 100644
index 00000000000..84f8999c48c
--- /dev/null
+++ b/sql/updates/world/master/2023_07_22_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_entangling_roots';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(339,'spell_dru_entangling_roots'),
+(102359,'spell_dru_entangling_roots');