Scripts/Spells: Fixed Entangling Roots periodic damage

Closes #28752

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
Shauren
2023-07-22 00:18:05 +02:00
parent d3bc5ebf16
commit 970a274be1
2 changed files with 65 additions and 0 deletions

View File

@@ -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');