fix(Scripts/Spells): Move Eye of Gruul and Soul Preserver to the same script. (#22692)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
Benjamin Jackson
2025-10-09 15:57:16 -04:00
committed by GitHub
parent 5c053aabe5
commit a0fd180320
3 changed files with 60 additions and 42 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (37705, 60510);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(37705, 'spell_item_healing_trance'),
(60510, 'spell_item_healing_trance');