diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-09-12 18:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 18:30:47 +0200 |
commit | d3b05c591cae95557af552cebc97fe71d109a474 (patch) | |
tree | 162693eba5a9d2a762d785b509ab4180c5224d81 /sql | |
parent | 58668b4de1cf3ca1974d5ecdea0cfa44e953c29d (diff) |
Scripts/Spells: Fix Conflagrate energize (#30184)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_09_12_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_12_01_world.sql b/sql/updates/world/master/2024_09_12_01_world.sql new file mode 100644 index 00000000000..e71947422f7 --- /dev/null +++ b/sql/updates/world/master/2024_09_12_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_conflagrate'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(17962, 'spell_warl_conflagrate'); |