diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-01-16 23:10:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 23:10:09 +0100 |
| commit | d95a1e7eafd268a43245d182cf945b0106cab11c (patch) | |
| tree | 03ae50f128b60d096dfb7757ebb4458805c8a391 /sql/updates | |
| parent | a3b2e4d9873874e29291f0c9851ae154029b1b3b (diff) | |
Scripts/Spells: Fix warlock immolate periodic (#27615)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_01_16_00_world_warlock_immolate.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_16_00_world_warlock_immolate.sql b/sql/updates/world/master/2022_01_16_00_world_warlock_immolate.sql new file mode 100644 index 00000000000..e931b8bfa9d --- /dev/null +++ b/sql/updates/world/master/2022_01_16_00_world_warlock_immolate.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_immolate'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (348, 'spell_warl_immolate'); |
