Merge pull request #8134 from trimbe/fix-ardougne-diary
diary requirements: add missing period in combat camp task
This commit is contained in:
@@ -40,7 +40,7 @@ public class ArdougneDiaryRequirement extends GenericDiaryRequirement
|
||||
new QuestRequirement(Quest.RUNE_MYSTERIES));
|
||||
add("Steal a cake from the Ardougne market stalls.",
|
||||
new SkillRequirement(Skill.THIEVING, 5));
|
||||
add("Enter the Combat Training Camp north of W. Ardougne",
|
||||
add("Enter the Combat Training Camp north of W. Ardougne.",
|
||||
new QuestRequirement(Quest.BIOHAZARD));
|
||||
|
||||
// MEDIUM
|
||||
|
||||
Reference in New Issue
Block a user