-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add first version of BT mythic (#43)
- Loading branch information
1 parent
d05ba65
commit 769d305
Showing
5 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
data/sql/db-world/zone_difficulty_mythicmode_bt_creatureoverrides.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
DELETE FROM `zone_difficulty_mythicmode_creatureoverrides` WHERE CreatureEntry IN (22887, 22898, 22841, 22871, 22948, 22856, 23418, 23419, 23420, 22947, 23426, 22949, 22950, 22951, 22952, 22917); | ||
INSERT INTO `zone_difficulty_mythicmode_creatureoverrides` (`CreatureEntry`, `HPModifier`, `Enabled`, `Comment`) VALUES | ||
(22887, 3.5, 1, 'Najentus, Black Temple HPx3.5'), | ||
(22898, 3.5, 1, 'Supremus, Black Temple HPx3.5'), | ||
(22841, 3.5, 1, 'Shade of Akama, Black Temple HPx3.5'), | ||
(22871, 3.2, 1, 'Teron Gorefiend, Black Temple HPx3.2'), | ||
(22948, 3.2, 1, 'Gurtogg Bloodboil, Black Temple HPx3.2'), | ||
(22856, 3, 1, 'Reliquary of the Lost, Black Temple HPx3'), | ||
(23418, 3, 1, 'Essence of Suffering, Black Temple HPx3'), | ||
(23419, 2, 1, 'Essence of Desire, Black Temple HPx2'), | ||
(23420, 3, 1, 'Essence of Anger, Black Temple HPx3'), | ||
(22947, 3.5, 1, 'Mother Shahraz, Black Temple HPx3.5'), | ||
(23426, 3.5, 1, 'Illidari Council, Black Temple HPx3.5'), | ||
(22949, 3.5, 1, 'Gathios, Black Temple HPx3.5'), | ||
(22950, 3.5, 1, 'Zerevor, Black Temple HPx3.5'), | ||
(22951, 3.5, 1, 'Malande, Black Temple HPx3.5'), | ||
(22952, 3.5, 1, 'Veras, Black Temple HPx3.5'), | ||
(22917, 3.2, 1, 'Illidan, Black Temple HPx3.2'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters