Skip to content

Commit 9c4c312

Browse files
committed
Add Hyjal tuning and remove normal SSC tuning
1 parent 3ba8525 commit 9c4c312

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

data/sql/db-world/zone_difficulty_mythicmode_creatureoverrides.sql

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +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, 2.3, 1, 'Hydross, SSC HPx3.5'),
19-
(21217, 3.5, 2.3, 1, 'Lurker, SSC HPx3.5'),
20-
(21215, 3.5, 2.3, 1, 'Leotheras, SSC HPx3.5'),
21-
(21213, 3.5, 2.3, 1, 'Morogrim, SSC HPx3.5'),
22-
(21214, 3.5, 2.3, 1, 'Karathress, SSC HPx3.5'),
23-
(21964, 2.5, 1.5, 1, 'Caribdis, SSC HPx2.5'),
24-
(21966, 2.5, 1.5, 1, 'Sharkkis, SSC HPx2.5'),
25-
(21965, 2.5, 1.5, 1, 'Tidalvess, SSC HPx2.5'),
26-
(21212, 3.5, 2.3, 1, 'Vashj, SSC HPx3.5'),
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'),
27+
-- 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'),
2733
-- Black Temple
2834
(22887, 3.5, 2.2, 1, 'Najentus, Black Temple HPx3.5'),
2935
(22898, 3.5, 2.2, 1, 'Supremus, Black Temple HPx3.5'),

0 commit comments

Comments
 (0)