Skip to content

Commit

Permalink
- this week's mirror quests + night fae calling quest correction
Browse files Browse the repository at this point in the history
  • Loading branch information
slumberine committed Feb 3, 2021
1 parent bc54a19 commit 5b2291a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ _.Zones =
}),
q(60381, { -- Aiding Ardenweald
["provider"] = { "n", 167195 }, -- Blodwyn
["coord"] = { 46.4, 50.6, 1565 },
["coord"] = { 53.7, 6.20, 1701 }, -- The Trunk
["g"] = {
i(181475), -- Bounty of the Grove Wardens
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2180,21 +2180,16 @@ _.Zones =
},
}),
}),
--[[
n(-970, { -- Set C
-- up 2/2 - 2/9
-- am dumb and forgot to check coords for chests for objectID verification, so will do that bit tomorrow
-- 351948 = 30.9, 47.0
-- 357228 = 31.8, 47.0
-- 357229 = 31.8, 48.3
n(-1433957, { -- Broken Mirror C-1
["description"] = "Not up on the ramparts, but at the bottom level inside a crumbled wall. There is an elite spider in the room.",
["questID"] = 61826,
["isDaily"] = true,
["coord"] = { 27.1, 21.6, 1525 }, -- Revendreth
["cost"] = { { "i", 181363, 1 } }, -- Handcrafted Mirror Repair Kit
["g"] = {
o(, { -- Forgotten Chest
o(357229, { -- Forgotten Chest
["questID"] = 61835,
["isDaily"] = true,
}),
Expand All @@ -2207,7 +2202,7 @@ _.Zones =
["coord"] = { 29.4, 37.3, 1525 }, -- Revendreth
["cost"] = { { "i", 181363, 1 } }, -- Handcrafted Mirror Repair Kit
["g"] = {
o(, { -- Forgotten Chest
o(351948, { -- Forgotten Chest
["questID"] = 61833,
["isDaily"] = true,
}),
Expand All @@ -2219,13 +2214,14 @@ _.Zones =
["coord"] = { 40.4, 73.3, 1525 }, -- Revendreth
["cost"] = { { "i", 181363, 1 } }, -- Handcrafted Mirror Repair Kit
["g"] = {
o(, { -- Forgotten Chest
o(357228, { -- Forgotten Chest
["questID"] = 61834,
["isDaily"] = true,
}),
},
}),
}),
--[[
n(-971, { -- Set D
}),
--]]
Expand Down
4 changes: 2 additions & 2 deletions db/Categories.lua

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4784,7 +4784,7 @@ app.L = {
[351887] = "Wanted: Lord Darion",
[351888] = "Wanted: Summoner Marcelis",
[351889] = "Wanted: The Pale Doom",
[351948] = "Forgotten Chest", -- C-?
[351948] = "Forgotten Chest", -- C-2
[352027] = "Wanted Scroll",
[352028] = "Wanted Scroll",
[352086] = "Blackhound Cache",
Expand Down Expand Up @@ -4856,8 +4856,8 @@ app.L = {
[354193] = "Stoneborn Satchel",
[354211] = "Greed's Reward",
[355035] = "Treasure: House of the Chosen", -- Chosen Runecoffer
[357228] = "Forgotten Chest", -- C-?
[357229] = "Forgotten Chest", -- C-?
[357228] = "Forgotten Chest", -- C-3
[357229] = "Forgotten Chest", -- C-1
[357230] = "Forgotten Chest", -- B-1
[357231] = "Forgotten Chest", -- B-2
[357232] = "Forgotten Chest", -- B-3
Expand Down

0 comments on commit 5b2291a

Please sign in to comment.