Skip to content

Commit e50ba62

Browse files
committed
Fix druid class hall loading hyjal minilist
1 parent 5ca0aa3 commit e50ba62

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.contrib/Parser/DATAS/02 - Outdoor Zones/01 Kalimdor/Mount Hyjal.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ root(ROOTS.Zones, m(KALIMDOR, {
66
["lore"] = "Mount Hyjal is the zone most players quest in when starting Cataclysm zones. Between Ragnaros attacking Hyjal with the help of the Twilight Cultists and Malfurion Stormrage back from the Emerald Dream, this zone is filled with familiar faces and epic quests from the start. The scenery alternates between lush forests and scorched earth, as the player attempts to heal the land and regrow the forests.",
77
["icon"] = 409547,
88
["timeline"] = { ADDED_4_0_3 },
9-
["maps"] = {
10-
760, -- Malorne's Nightmare
11-
},
129
["groups"] = {
1310
n(ACHIEVEMENTS, {
1411
ach(5483, { -- Bounce
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
-------------------------------------------------------------------
2+
-- E X P A N S I O N F E A T U R E S M O D U L E --
3+
-------------------------------------------------------------------
4+
5+
root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timeline"] = { ADDED_7_0_3 } },{
6+
n(CLASS_HALL, {
7+
cl(SHAMAN, bubbleDown({ ["classes"] = { SHAMAN } }, {
8+
m(MARLONE_NIGHTMARE, {
9+
["lore"] = "Malorne's Nightmare is an Emerald Nightmare recreation of a battle on the slopes of Mount Hyjal during the War of the Ancients in which Malorne and the other Wild Gods were slain. It is located in the Rift of Aln. The Archdruid of the Dreamgrove enters this Nightmare, along with several other druids, in order to save Malorne from the Nightmare's grasp.",
10+
["timeline"] = { ADDED_7_0_3 },
11+
["icon"] = 409547,
12+
})
13+
}))
14+
})
15+
})));
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
239239
q(42054, { -- Archimonde, the Defiler
240240
["sourceQuests"] = { 42053 }, -- The War of the Ancients
241241
["provider"] = { "n", 107212 }, -- Skylord Omnuron
242-
["coord"] = { 53.7, 33.9, 760 },
242+
["coord"] = { 53.7, 33.9, MARLONE_NIGHTMARE },
243243
}),
244244
q(41332, { -- Ascending The Circle
245245
["sourceQuests"] = { 41255 }, -- Sowing The Seed
@@ -403,7 +403,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
403403
q(42050, { -- Defenders of the Dream
404404
["sourceQuests"] = { 42051 }, -- Enter Nightmare
405405
["provider"] = { "n", 107163 }, -- Archdruid Hamuul Runetotem
406-
["coord"] = { 61.2, 65.2, 760 },
406+
["coord"] = { 61.2, 65.2, MARLONE_NIGHTMARE },
407407
}),
408408
q(43403, { -- Defending the Isles
409409
["sourceQuests"] = { 42046 }, -- A New Beginning
@@ -736,7 +736,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
736736
q(42055, { -- The Demi-God's Return
737737
["sourceQuests"] = { 42054 }, -- Call of the Wilds
738738
["provider"] = { "n", 106905 }, -- Malorne
739-
["coord"] = { 66.1, 66.8, 760 },
739+
["coord"] = { 66.1, 66.8, MARLONE_NIGHTMARE },
740740
["groups"] = {
741741
i(139723), -- Robes of the Dreamgrove
742742
title(327), -- Archdruid <Name>
@@ -854,7 +854,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.LEGION, bubbleDown({ ["timelin
854854
q(42053, { -- The War of Ancients
855855
["sourceQuests"] = { 42050 }, -- Defenders of the Dream
856856
["provider"] = { "n", 107132 }, -- Keeper Remulos
857-
["coord"] = { 61.4, 65.6, 760 },
857+
["coord"] = { 61.4, 65.6, MARLONE_NIGHTMARE },
858858
}),
859859
q(42040, { -- The Way to Nordrassil
860860
["sourceQuests"] = { 42037 }, -- Gathering the Dreamweavers

.contrib/Parser/lib/Constants/Maps.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ HALL_OF_THE_GUARDIAN = 734;
398398
HALL_OF_THE_GUARDIAN_2ND_FLOOR = 735;
399399
MARDUM_THE_SHATTERED_ABYSS_UPPER_COMMAND_CENTER = 720;
400400
MARDUM_THE_SHATTERED_ABYSS_LOWER_COMMAND_CENTER = 721;
401+
MARLONE_NIGHTMARE = 760;
401402
NETHERLIGHT_TEMPLE = 702;
402403
SANCTUM_OF_LIGHT = LIGHTS_HOPE_CHAPEL; -- = 24
403404
SCARLET_MONASTERY_DEATH_KNIGHT_CAMPAIGN = 804; -- Scarlet Monastery: Death Knight Campaign

0 commit comments

Comments
 (0)