diff options
| author | Cristian Vintila <127750549+cristianvnt@users.noreply.github.com> | 2025-12-20 22:27:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 21:27:41 +0100 |
| commit | cf922909f7d951e1c1083bf2169537d73fa0439c (patch) | |
| tree | c4734aa72ba27aa5ab51d3dfa0a77113f518bce3 /sql | |
| parent | 3919b82a63c873b8632ef63d3af4b9d95eb8f87d (diff) | |
Scripts/Spells: Implement Eternal Flame heal increase on caster (#31431)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_12_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
