Skip to content

Commit

Permalink
Merge pull request #1762 from QartemisT/patch-3
Browse files Browse the repository at this point in the history
"Attention-Getter" request actually requires renown 10, not 8.
  • Loading branch information
Darkal31 committed Sep 1, 2024
2 parents 790050c + 7fd69c5 commit 1200ac5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDown({ ["timeline"]
q(82781, { -- Attention-Getter
["provider"] = { "n", 217248 }, -- Elma
["coord"] = { 56.7, 52.4, ISLE_OF_DORN },
["minReputation"] = { FACTION_COUNCIL_OF_DORNOGAL, 8 }
["minReputation"] = { FACTION_COUNCIL_OF_DORNOGAL, 10 }
}),
q(82782, { -- Authenticity in Dress
--["provider"] = { "n", }, --
Expand Down Expand Up @@ -65,4 +65,4 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDown({ ["timeline"]
})));

root(ROOTS.HiddenQuestTriggers, expansion(EXPANSION.TWW, {
}));
}));

0 comments on commit 1200ac5

Please sign in to comment.