mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scripts/Spells: Fixed Entangling Roots periodic damage
Closes #28752 Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
4
sql/updates/world/master/2023_07_22_00_world.sql
Normal file
4
sql/updates/world/master/2023_07_22_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user