Skip to content

Commit

Permalink
Minor confirmations and adjustments/additions
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUnicke committed Aug 13, 2021
1 parent 200a4d6 commit 4651f54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@ _.Zones =
["provider"] = { "n", 177927 }, -- Tal-Galan
["coord"] = { 62.7, 24.8, KORTHIA },
}),
q(64213, { -- A Symbol of Hope (A?)
q(64213, { -- A Symbol of Hope (A)
["sourceQuests"] = { 64211 }, -- Doorway in the Dark (A)
["provider"] = { "n", 180074 }, -- Lady Jaina Proudmoore
["coord"] = { 62.9, 25.7, KORTHIA },
["races"] = ALLIANCE_ONLY, -- TODO: probably?
["races"] = ALLIANCE_ONLY,
}),
q(64214, { -- A Symbol of Hope (H?)
q(64214, { -- A Symbol of Hope (H)
["sourceQuests"] = { 64212 }, -- Doorway in the Dark (H)
["provider"] = { "n", 180073 }, -- Thrall
["coord"] = { 62.9, 25.7, KORTHIA },
["races"] = HORDE_ONLY, -- TODO: probably?
["races"] = HORDE_ONLY,
}),
q(64106, { -- A Unified Effort
["sourceQuests"] = { 63902 }, -- Good News, Everyone!
Expand Down Expand Up @@ -199,18 +199,17 @@ _.Zones =
["provider"] = { "n", 177459 }, -- Protector Kah-Rev
["coord"] = { 49.5, 65.0, KORTHIA },
}),
q(64211, { -- Doorway in the Dark (A?)
-- TODO: is this quest available to people who have completed Sanctum of Domination? it's basically "talk to jaina and watch the SoD sylvanas cutscene"
q(64211, { -- Doorway in the Dark (A)
["sourceQuests"] = { 63593 }, -- New Sigil of the Kyrian
["provider"] = { "n", 177194 }, -- The Primus
["coord"] = { 62.8, 26.2, KORTHIA },
["races"] = ALLIANCE_ONLY, -- TODO: probably? this version is "speak to jaina," 64212 is "speak to thrall"
["races"] = ALLIANCE_ONLY,
}),
q(64212, { -- Doorway in the Dark (H?)
q(64212, { -- Doorway in the Dark (H)
["sourceQuests"] = { 63593 }, -- New Sigil of the Kyrian
["provider"] = { "n", 177194 }, -- The Primus
["coord"] = { 62.8, 26.2, KORTHIA },
["races"] = HORDE_ONLY, -- TODO: probably? this version is "speak to thrall," 64211 is "speak to jaina"
["races"] = HORDE_ONLY,
}),
q(63644, { -- Dread Tidings
["sourceQuests"] = { 63659 }, -- Dreadlords!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ _.HiddenQuestTriggers = {
q(64388), -- hitting Renown 48 [Hunter] (received Memory of the Fragments of the Elder Antlers)
q(64403), -- hitting Renown 48 [Mage] (received Memory of the Fae Heart)
-- q( ), -- hitting Renown 48 [Monk] (received Memory of ??)
-- q( ), -- hitting Renown 48 [Paladin] (received Memory of ??)
q(64382), -- hitting Renown 48 [Paladin] (received Memory of ??)
q(64408), -- hitting Renown 48 [Priest] (received Memory of Bwonsamdi's Pact)
q(64401), -- hitting Renown 48 [Rogue] (received Memory of Toxic Onslaught)
-- q( ), -- hitting Renown 48 [Shaman] (received Memory of ??)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _.ExpansionFeatures =
-- Tracking which mapID is which Zone name might not be necessary for Layer/Floor since they seem to be repeated within the Named 'Tower'
1962, -- Adamant Vaults
1963, -- Adamant Vaults - Floor 6
1964, -- Adamant Vaults - Floor 6
1969, -- Adamant Vaults - Floor 6
1974, -- Adamant Vaults - Floor 6 (Lower)
1979, -- Adamant Vaults - Floor 6 (Lower)
Expand Down
2 changes: 0 additions & 2 deletions AllTheThings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14126,8 +14126,6 @@ local function UpdateWindow(self, force, got)
self.data.expanded = true;
if not self.doesOwnUpdate and
(force or (self.shouldFullRefresh and self:IsVisible())) then
self.data.progress = 0;
self.data.total = 0;
-- print("UpdateGroups",self.suffix or self.Suffix)
TopLevelUpdateGroup(self.data, self);
-- print("Done")
Expand Down

0 comments on commit 4651f54

Please sign in to comment.