Skip to content

Commit

Permalink
Update zone_difficulty_mythicmode_creatureoverrides.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Oct 24, 2024
1 parent e975163 commit 5458e07
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ CREATE TABLE `zone_difficulty_mythicmode_creatureoverrides` (
`Comment` TEXT
);

DELETE FROM `zone_difficulty_mythicmode_creatureoverrides`;
DELETE FROM `zone_difficulty_mythicmode_creatureoverrides` WHERE `CreatureEntry` IN (1128001, 18831, 19044, 17257, 17881);
INSERT INTO `zone_difficulty_mythicmode_creatureoverrides` (`CreatureEntry`, `HPModifier`, `HPModifierNormal`, `Enabled`, `Comment`) VALUES
(1128001, 1, 1, 1, 'Chromie NPC - prevent changing hp.'),
(18831, 2.5, 1, 1, 'Maulgar, Gruul\'s Lair HPx2.5'),
(19044, 2.8, 1, 1, 'Gruul, Gruul\'s Lair HPx2.8'),
(17257, 2.5, 1, 1, 'Magtheridon, Magtheridon\'s Lair HPx2.5'),
(18831, 1.8, 1, 1, 'Maulgar, Gruul\'s Lair HPx1.8'),
(19044, 1.8, 1, 1, 'Gruul, Gruul\'s Lair HPx1.8'),
(17257, 1.8, 1, 1, 'Magtheridon, Magtheridon\'s Lair HPx1.8'),
(17881, 3.2, 1, 1, 'Aeonus, Black Morass HPx3.2');

0 comments on commit 5458e07

Please sign in to comment.