Merge pull request #4523 from Nightfirecat/fix-abyssal-demon-task-requirement
achievement diary plugin: Fix Abyssal demon req
This commit is contained in:
@@ -95,7 +95,7 @@ public class MorytaniaDiaryRequirement extends GenericDiaryRequirement
|
||||
add("Craft a Black dragonhide body in Canifis bank.",
|
||||
new Requirement(Skill.CRAFTING, 84));
|
||||
add("Kill an Abyssal demon in the Slayer Tower.",
|
||||
new Requirement(Skill.SLAYER, 61));
|
||||
new Requirement(Skill.SLAYER, 85));
|
||||
add("Loot the Barrows chest while wearing any complete barrows set.",
|
||||
new Requirement(Skill.DEFENCE, 70),
|
||||
new Requirement(Skill.ATTACK, 70,
|
||||
|
||||
Reference in New Issue
Block a user