achievement diary plugin: Fix coal mining req

Fixes runelite/runelite#4646
This commit is contained in:
Jordan Atwood
2018-08-02 11:37:18 -07:00
parent 1b2eb7eeaf
commit bb2c800875

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.",