diff options
| author | Jildor <Jildor@users.noreply.github.com> | 2020-11-09 04:19:48 +0200 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-11-09 04:19:48 +0200 |
| commit | ef9576c7bbb42e0aa818a606284da25ea15999c4 (patch) | |
| tree | 3bdf2e852f22ee5458394c3e32acf6ca194e6c84 | |
| parent | d798430d3fd747bdf3b9efc58de255ec022bf4b7 (diff) | |
DB/Instance/Ulduar: Add missing spells for heroic mode
Closes #25637
Closes #25638
Closes #25639
Closes #25640
| -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 |
