Skip to content

Commit 1290619

Browse files
committed
Tone down health values for all mythic bosses newly released
1 parent 67f5580 commit 1290619

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

data/sql/db-world/zone_difficulty_mythicmode_creatureoverrides.sql

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ INSERT INTO `zone_difficulty_mythicmode_creatureoverrides` (`CreatureEntry`, `HP
1515
(17257, 1.8, 1, 1, 'Magtheridon, Magtheridon\'s Lair HPx1.8'),
1616
(17881, 3.2, 1, 1, 'Aeonus, Black Morass HPx3.2'),
1717
-- Serpentshrine Cavern
18-
(21216, 3.5, 1, 1, 'Hydross, SSC HPx3.5'),
19-
(21217, 3.5, 1, 1, 'Lurker, SSC HPx3.5'),
20-
(21215, 3.5, 1, 1, 'Leotheras, SSC HPx3.5'),
21-
(21213, 3.5, 1, 1, 'Morogrim, SSC HPx3.5'),
22-
(21214, 3.5, 1, 1, 'Karathress, SSC HPx3.5'),
23-
(21964, 2.5, 1, 1, 'Caribdis, SSC HPx2.5'),
24-
(21966, 2.5, 1, 1, 'Sharkkis, SSC HPx2.5'),
25-
(21965, 2.5, 1, 1, 'Tidalvess, SSC HPx2.5'),
26-
(21212, 3.5, 1, 1, 'Vashj, SSC HPx3.5'),
18+
(21216, 1.5, 1, 1, 'Hydross, SSC HPx3.5'),
19+
(21217, 1.5, 1, 1, 'Lurker, SSC HPx3.5'),
20+
(21215, 1.5, 1, 1, 'Leotheras, SSC HPx3.5'),
21+
(21213, 1.5, 1, 1, 'Morogrim, SSC HPx3.5'),
22+
(21214, 1.5, 1, 1, 'Karathress, SSC HPx3.5'),
23+
(21964, 1.5, 1, 1, 'Caribdis, SSC HPx2.5'),
24+
(21966, 1.5, 1, 1, 'Sharkkis, SSC HPx2.5'),
25+
(21965, 1.5, 1, 1, 'Tidalvess, SSC HPx2.5'),
26+
(21212, 1.5, 1, 1, 'Vashj, SSC HPx3.5'),
2727
-- Hyjal
28-
(17767, 3.5, 1, 1, 'Rage Winterchill HPx3.5'),
29-
(17808, 3.5, 1, 1, 'Anetheron SSC HPx3.5'),
30-
(17888, 3.5, 1, 1, 'Kazrogal, SSC HPx3.5'),
31-
(17842, 3.5, 1, 1, 'Azgalor, SSC HPx3.5'),
32-
(17968, 3.5, 1, 1, 'Archimonde, SSC HPx3.5'),
28+
(17767, 1.5, 1, 1, 'Rage Winterchill HPx3.5'),
29+
(17808, 1.5, 1, 1, 'Anetheron SSC HPx3.5'),
30+
(17888, 1.5, 1, 1, 'Kazrogal, SSC HPx3.5'),
31+
(17842, 1.5, 1, 1, 'Azgalor, SSC HPx3.5'),
32+
(17968, 1.5, 1, 1, 'Archimonde, SSC HPx3.5'),
3333
-- Black Temple
3434
(22887, 3.5, 2.2, 1, 'Najentus, Black Temple HPx3.5'),
3535
(22898, 3.5, 2.2, 1, 'Supremus, Black Temple HPx3.5'),

0 commit comments

Comments
 (0)