Merge pull request #4654 from Nightfirecat/fix-kandarin-achievement-diary-mining-requirement

achievement diary plugin: Fix coal mining req
This commit is contained in:
Tomas Slusny
2018-08-03 08:03:29 +02:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ public class KandarinDiaryRequirement extends GenericDiaryRequirement
add("Steal from the chest in Hemenster.",
new Requirement(Skill.THIEVING, 47));
add("Mine some coal near the coal trucks.",
new Requirement(Skill.MINING, 53));
new Requirement(Skill.MINING, 30));
// HARD
add("Catch a Leaping Sturgeon.",