diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-01-26 14:55:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 14:55:06 +0100 |
commit | 35775b0dfb2048775ef36e51700221ba19cbf9b4 (patch) | |
tree | 09811149e964403c285e6709cedced981714e431 /sql | |
parent | eebacbc86e989bba8068dc07fc76ff3c64da3309 (diff) |
Scripts/Evoker: Implement Living Flame and Energizing Flame (#28736)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_26_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_26_05_world.sql b/sql/updates/world/master/2023_01_26_05_world.sql new file mode 100644 index 00000000000..b18a8b38ff4 --- /dev/null +++ b/sql/updates/world/master/2023_01_26_05_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE (`spell_id`=361469 AND `ScriptName`='spell_evo_living_flame'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(361469, 'spell_evo_living_flame'); |