achievement diary plugin: Fix coal mining req
Fixes runelite/runelite#4646
This commit is contained in:
@@ -64,7 +64,7 @@ public class KandarinDiaryRequirement extends GenericDiaryRequirement
|
|||||||
add("Steal from the chest in Hemenster.",
|
add("Steal from the chest in Hemenster.",
|
||||||
new Requirement(Skill.THIEVING, 47));
|
new Requirement(Skill.THIEVING, 47));
|
||||||
add("Mine some coal near the coal trucks.",
|
add("Mine some coal near the coal trucks.",
|
||||||
new Requirement(Skill.MINING, 53));
|
new Requirement(Skill.MINING, 30));
|
||||||
|
|
||||||
// HARD
|
// HARD
|
||||||
add("Catch a Leaping Sturgeon.",
|
add("Catch a Leaping Sturgeon.",
|
||||||
|
|||||||
Reference in New Issue
Block a user