Skip to content

Commit

Permalink
[DB] Update crit of ach: Exile's Reach.
Browse files Browse the repository at this point in the history
Since Shadowlands was launched in retail, the conditions for obtaining the achievement have been changed to be based on HQT.
The situation where you need to complete subsequent tasks in the capital should only exist in the beta.
  • Loading branch information
NORPG committed Jan 14, 2025
1 parent 7f9509e commit d072165
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .contrib/Parser/DATAS/02 - Outdoor Zones/Exiles Reach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ root(ROOTS.Zones, m(EXILES_REACH, bubbleDownSelf({
["g"] = {
n(ACHIEVEMENTS, {
ach(14222, { -- Exile's Reach
["sourceQuests"] = {
-- #IF BEFORE 11.0.2
59641, -- The Nation of Kul Tiras
60361, -- Battle for Azeroth: Mission Statement
-- #ELSE
55991, -- An End to Beginnings [A]
59985, -- An End to Beginnings [H]
-- #ENDIF
},
["sourceQuestNumRequired"] = 1,
crit(47974, { -- Alliance NPE - "The Nation of Kul Tiras"
["sourceQuests"] = {
62802, -- Triggered after going to Stormwind for An End to Beginnings
55991, -- An End to Beginnings [A]
},
}),
crit(48307, { -- Horde NPE - "Mission Statement"
["sourceQuests"] = {
62803, -- Triggered after going to Orgrimmar for An End to Beginnings
59985, -- An End to Beginnings [H]
},
}),
}),
}),
m(DARKMAUL_CITADEL, {
Expand Down

0 comments on commit d072165

Please sign in to comment.