mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
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:
9
sql/updates/world/3.3.5/2019_07_07_00_world.sql
Normal file
9
sql/updates/world/3.3.5/2019_07_07_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user