From cf922909f7d951e1c1083bf2169537d73fa0439c Mon Sep 17 00:00:00 2001 From: Cristian Vintila <127750549+cristianvnt@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:27:41 +0200 Subject: Scripts/Spells: Implement Eternal Flame heal increase on caster (#31431) --- sql/updates/world/master/2025_12_20_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_12_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_12_20_00_world.sql b/sql/updates/world/master/2025_12_20_00_world.sql new file mode 100644 index 00000000000..ad4fffc02dc --- /dev/null +++ b/sql/updates/world/master/2025_12_20_00_world.sql @@ -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'); -- cgit v1.2.3