Skip to content

Commit b3e8c23

Browse files
author
Freddie
committed
Add Parhelion Plaza delve
1 parent dcd0be2 commit b3e8c23

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

Data/Delves/Midnight.lua

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,25 @@ Addon.data.delves.midnight = {
77
name = EXPANSION_NAME11,
88
-- UiMap ID -> AreaPOIs for Bountiful delves
99
zones = {
10-
-- Eversong Woods
10+
-- Silvermoon City
1111
{
12-
uiMapId = 2395,
12+
uiMapId = 2393,
1313
pois = {
1414
{ active = 8426, inactive = 8425, quest = 91186 }, -- Collegiate Calamity
1515
{ active = 8440, inactive = 8439, quest = 92444 }, -- The Darkway
16+
},
17+
},
18+
-- Isle of Quel'Danas
19+
{
20+
uiMapId = 2432,
21+
pois = {
22+
{ active = 8428, inactive = 8427, quest = 91182 }, -- Parhelion Plaza
23+
},
24+
},
25+
-- Eversong Woods
26+
{
27+
uiMapId = 2395,
28+
pois = {
1629
{ active = 8438, inactive = 8437, quest = 91189 }, -- The Shadow Enclave
1730
},
1831
},

0 commit comments

Comments
 (0)