Scripts/Spells: Implement Eternal Flame heal increase on caster (#31431)

This commit is contained in:
Cristian Vintila
2025-12-20 22:27:41 +02:00
committed by GitHub
parent 3919b82a63
commit cf922909f7
2 changed files with 46 additions and 0 deletions

View File

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