Skip to content

Commit

Permalink
feat: add zulaman creature overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Nov 10, 2024
1 parent 4bab4ab commit cf06dc0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ INSERT INTO `zone_difficulty_mythicmode_creatureoverrides` (`CreatureEntry`, `HP
(22950, 3.5, 2.3, 1, 'Zerevor, Black Temple HPx3.5'),
(22951, 3.5, 2.3, 1, 'Malande, Black Temple HPx3.5'),
(22952, 3.5, 2.3, 1, 'Veras, Black Temple HPx3.5'),
(22917, 3.2, 2.3, 1, 'Illidan, Black Temple HPx3.2');
(22917, 3.2, 2.3, 1, 'Illidan, Black Temple HPx3.2'),
-- Zul'aman
(23578, 3.5, 2.3, 1, 'Janalai 3.5x mythic 2.3x normal hp'),
(24239, 3.5, 2.3, 1, 'Hexlord 3.5x mythic 2.3x normal hp'),
(23577, 3.5, 2.3, 1, 'Halazzi 3.5x mythic 2.3x normal hp'),
(23576, 3.5, 2.3, 1, 'Narolakk 3.5x mythic 2.3x normal hp'),
(23863, 3.5, 2.5, 1, 'Zuljin 3.5x mythic 2.5x normal hp');

0 comments on commit cf06dc0

Please sign in to comment.