achievement diary: fix legends guild jewllery task

The wording of the task changes depending on whether it is complete or
not. So, add both variations.

Closes #8986
This commit is contained in:
Adam
2019-06-02 17:14:09 -04:00
parent fabeed62f9
commit f3e910984e

View File

@@ -79,6 +79,10 @@ public class ArdougneDiaryRequirement extends GenericDiaryRequirement
new QuestRequirement(Quest.FAIRYTALE_II__CURE_A_QUEEN, true));
// HARD
// When the task is completed "the Totem" changes to "Totem" - so we add
// both variations.
add("Recharge some Jewellery at the Totem in the Legends Guild.",
new QuestRequirement(Quest.LEGENDS_QUEST));
add("Recharge some Jewellery at Totem in the Legends Guild.",
new QuestRequirement(Quest.LEGENDS_QUEST));
add("Enter the Magic Guild.",