diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-07 02:32:53 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-14 22:13:56 +0100 |
| commit | 569660a93320e45dc991a3c3d9858aba56a88c08 (patch) | |
| tree | 51b0da39befe6b1d53aeb253175502167155878e /sql | |
| parent | 2efb6b618798b11f0c57a80661e04955ff63ed58 (diff) | |
Script/TheOculus: adapt Mage-Lord Urom's script to use EventMap, fix various issues with Teleport and Empowered Arcane Explosion, add missing heroic-mode spell Frost Buffet.
Closes #19452.
(cherry picked from commit 37862942ce61ceffe5440d67efe7db553fa22f9b)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_14_06_world_2019_07_07_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_14_06_world_2019_07_07_00_world.sql b/sql/updates/world/master/2021_12_14_06_world_2019_07_07_00_world.sql new file mode 100644 index 00000000000..205d47ddef6 --- /dev/null +++ b/sql/updates/world/master/2021_12_14_06_world_2019_07_07_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_frostbomb"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(51103, "spell_urom_frostbomb"); + +-- DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (51110, 51121); +-- INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES +-- (51110, 51110, 59377), +-- (51121, 51121, 59376); |
