mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Spells): Add missing spells for Ulduar heroic mode (#9655)
* fix(DB/Instance/Ulduar): Add missing spells for heroic mode
* cherry-pick commit (ef9576c7bb)
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>
* Freya - Touch of Eonar
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639254587029816900');
|
||||
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (63356, 63821, 63666, 62478, 62411);
|
||||
INSERT INTO `spelldifficulty_dbc`(`id`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
||||
(63356, 63356, 64003), -- Kologarn - Overhead Smash
|
||||
(63821, 63821, 64001), -- Mimiron - Falling Rubble
|
||||
(63666, 63666, 65026), -- Mimiron - Napalm Shell
|
||||
(62478, 62478, 63512), -- Hodir - Frozen Blows
|
||||
(62528, 62528, 62892), -- Freya - Touch of Eonar
|
||||
(62411, 62411, 62413 /* Ancient Rune Giant (Thorim) - Stomp */);
|
||||
Reference in New Issue
Block a user