Skip to content

Commit

Permalink
Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrage committed Jul 18, 2021
1 parent d714a76 commit a77f013
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ _.Zones =
["provider"] = { "n", 79576 }, -- Rangari D'kaan
["coord"] = { 63.5, 61.8, 550 },
["races"] = ALLIANCE_ONLY,
["sourceQuest"] = 34596, -- Reglakk's Research
["sourceQuests"] = {
34596, -- Reglakk's Research
34957, -- Challenge of the Masters
},
["isBreadcrumb"] = true,
}),
q(35095, { -- Along the Riverside
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ _.HiddenQuestTriggers = {
-- q( ), -- hitting Renown 48 [Paladin] (received Memory of ??)
-- q( ), -- hitting Renown 48 [Priest] (received Memory of ??)
-- q( ), -- hitting Renown 48 [Rogue] (received Memory of ??)
-- q( ), -- hitting Renown 48 [Shaman] (received Memory of the Raging Vesper Vortex)
q(64384), -- hitting Renown 48 [Shaman] (received Memory of the Splintered Elementals)
-- q( ), -- hitting Renown 48 [Warlock] (received Memory of ??)
-- q( ), -- hitting Renown 48 [Warrior] (received Memory of ??)
q(64100), -- hitting Renown 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1949,3 +1949,6 @@ profession(ARCHAEOLOGY, {
}),
}),
});
_.HiddenQuestTriggers = {
q(33823), -- Tracking Quest - Archaeology - Frostfire - Dig Map #1
};
44 changes: 23 additions & 21 deletions db/Categories.lua

Large diffs are not rendered by default.

0 comments on commit a77f013

Please sign in to comment.