Skip to content

Commit

Permalink
feat: add Black Temple instance data
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Sep 19, 2024
1 parent c6340b9 commit ec54d78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/sql/db-world/zone_difficulty_mythicmode_bt_instance_data.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DELETE FROM `zone_difficulty_mythicmode_instance_data` WHERE `MapID` = 564; -- Black Temple
INSERT INTO `zone_difficulty_mythicmode_instance_data` (`MapID`, `SourceEntry`, `Override`, `InstanceType`) VALUES
(564, 22887, 0, 11), -- Najentus
(564, 22898, 0, 11), -- Supremus
(564, 22841, 0, 11), -- Akama
(564, 22871, 0, 11), -- Teron
(564, 22947, 0, 11), -- Mother Shahraz
(564, 22856, 0, 11), -- Reliquary
(564, 22948, 0, 11), -- Gurtogg
(564, 22951, 0, 11), -- Lady Malande
(564, 22917, 0, 11); -- Illidan

0 comments on commit ec54d78

Please sign in to comment.