Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ public LumbridgeDiaryRequirement()
add("Craft 56 Cosmic runes simultaneously.",
new Requirement(Skill.RUNECRAFT, 59));
add("Travel from Lumbridge to Edgeville on a Waka Canoe.",
new Requirement(Skill.FARMING, 63));
new Requirement(Skill.WOODCUTTING, 57));
add("Pick some Belladonna from the farming patch at Draynor Manor.",
new Requirement(Skill.FARMING, 68));
new Requirement(Skill.FARMING, 63));
add("Light your mining helmet in the Lumbridge castle basement.",
new Requirement(Skill.FIREMAKING, 65));
add("Recharge your prayer at Clan Wars with Smite activated.",
Expand Down