Skip to content

Commit

Permalink
Merge pull request #1736 from Exodius/Exodius-gorgrond2
Browse files Browse the repository at this point in the history
Zone: Gorgrond - Found a better way to mark the cave entrances.
  • Loading branch information
Eremeir committed Aug 17, 2024
2 parents a0a19b6 + 1bbe735 commit 144ca6c
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .contrib/Parser/DATAS/02 - Outdoor Zones/07 Draenor/Gorgrond.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3041,9 +3041,12 @@ root(ROOTS.Zones, {
},
}),
o(233505, { -- Unknown Petrified Egg
["description"] = "Inside The Forgotten Caves with Pale and Spiders. Entrance at 51.40, 77.60.",
["description"] = "Inside The Forgotten Caves with Pale and Spiders.",
["questID"] = 36713,
["coord"] = { 53.0, 79.0, GORGROND },
["coords"] = {
{ 53.0, 79.0, GORGROND }, -- Egg Location
{ 51.4, 77.6, GORGROND }, -- Cave Entrance
},
["g"] = {
currency(824), -- Garrison Resources
},
Expand Down Expand Up @@ -3088,9 +3091,12 @@ root(ROOTS.Zones, {
},
}),
o(236169, { -- Harvestable Precious Crystal
["description"] = "Inside Glut's burrow. Entrance at 44.50, 50.75.",
["description"] = "Inside Glut's burrow.",
["questID"] = 36651,
["coord"] = { 46.1, 50.0, GORGROND },
["coords"] = {
{ 46.1, 50.0, GORGROND }, -- Crystal
{ 44.5, 50.75, GORGROND }, -- Glut's Burrow Entrance
},
["g"] = {
currency(824), -- Garrison Resources
},
Expand Down Expand Up @@ -3171,9 +3177,12 @@ root(ROOTS.Zones, {
["sym"] = COMMON_TREASURE_SYM,
}),
o(231069, { -- Strange Looking Dagger
["description"] = "Inside The Forgotten Caves with Pale and Spiders. Entrance at 51.40, 77.60.",
["description"] = "Inside The Forgotten Caves with Pale and Spiders.",
["questID"] = 34940,
["coord"] = { 53.0, 80.0, GORGROND },
["coords"] = {
{ 53.0, 80.0, GORGROND }, -- Dagger Location
{ 51.4, 77.6, GORGROND }, -- Cave Entrance
},
["g"] = {
i(118718), -- Pale Bloodthief Dagger
},
Expand Down

0 comments on commit 144ca6c

Please sign in to comment.