diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_11_09_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_11_09_02_world.sql b/sql/updates/world/3.3.5/2020_11_09_02_world.sql new file mode 100644 index 00000000000..d749c3fff07 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_11_09_02_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (63356, 63821, 63666, 62478, 62411); +INSERT INTO `spelldifficulty_dbc`(`id`, `spellid0`, `spellid1`) 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 +(62411, 62411, 62413); -- Ancient Rune Giant (Thorim) - Stomp |