Scripts/Spells: Update Empowered Renew script to new version of the spell (#31422)

This commit is contained in:
Cristian Vintila
2025-12-19 00:35:13 +02:00
committed by GitHub
parent 0cd789bbb5
commit 4d96ca6905
2 changed files with 39 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_empowered_renew_heal');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(139, 'spell_pri_empowered_renew_heal');