Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone: Gorgrond - Found a better way to mark the cave entrances. #1736

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 },
["coord"] = {
Exodius marked this conversation as resolved.
Show resolved Hide resolved
{ 53.0, 80.0, GORGROND }, -- Dagger Location
{ 51.4, 77.6, GORGROND }, -- Cave Entrance
},
["g"] = {
i(118718), -- Pale Bloodthief Dagger
},
Expand Down