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.
This commit is contained in:
Wyrserth
2019-07-07 02:32:53 +02:00
parent 1d1b77c3f0
commit 37862942ce
2 changed files with 165 additions and 136 deletions

View File

@@ -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);