From 866a630343e018ba0b4da04dc1a4ee98b1e9d2d6 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:20:59 +0100 Subject: [PATCH] fix(DB/Spells): Add missing spells for Ulduar heroic mode (#9655) * fix(DB/Instance/Ulduar): Add missing spells for heroic mode * cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/ef9576c7bbb42e0aa818a606284da25ea15999c4) Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com> * Freya - Touch of Eonar Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com> --- .../pending_db_world/rev_1639254587029816900.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1639254587029816900.sql diff --git a/data/sql/updates/pending_db_world/rev_1639254587029816900.sql b/data/sql/updates/pending_db_world/rev_1639254587029816900.sql new file mode 100644 index 000000000..caa8b9a53 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1639254587029816900.sql @@ -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 */);