From 37862942ce61ceffe5440d67efe7db553fa22f9b Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 7 Jul 2019 02:32:53 +0200 Subject: 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. --- sql/updates/world/3.3.5/2019_07_07_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_07_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3