diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-07 02:32:53 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-07 02:32:53 +0200 |
| commit | 37862942ce61ceffe5440d67efe7db553fa22f9b (patch) | |
| tree | 495ce737a7f5c09a77c5fc0be419a5de1902712d /sql/updates | |
| parent | 1d1b77c3f0c7625228f328cf894610c14a54c308 (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.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_07_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_07_00_world.sql b/sql/updates/world/3.3.5/2019_07_07_00_world.sql new file mode 100644 index 00000000000..a8093b8f3b9 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
