Skip to content

Commit

Permalink
Merge pull request runelite#8808 from Nightfirecat/fix-elf-pickpocket…
Browse files Browse the repository at this point in the history
…-diary-requirement

western diary: Fix elf pickpocket quest requirement
  • Loading branch information
deathbeam authored May 13, 2019
2 parents 7d22663 + d1c692e commit 984f265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ public WesternDiaryRequirement()
new QuestRequirement(Quest.BIG_CHOMPY_BIRD_HUNTING));
add("Pickpocket an Elf.",
new SkillRequirement(Skill.THIEVING, 85),
new QuestRequirement(Quest.MOURNINGS_ENDS_PART_II));
new QuestRequirement(Quest.MOURNINGS_ENDS_PART_I, true));
}
}

0 comments on commit 984f265

Please sign in to comment.