achievement diary plugin: Fix Abyssal demon req

Fixes runelite/runelite#4522
This commit is contained in:
Jordan Atwood
2018-07-26 20:09:48 -07:00
parent 4ecf45f19e
commit b90261f524

View File

@@ -95,7 +95,7 @@ public class MorytaniaDiaryRequirement extends GenericDiaryRequirement
add("Craft a Black dragonhide body in Canifis bank.", add("Craft a Black dragonhide body in Canifis bank.",
new Requirement(Skill.CRAFTING, 84)); new Requirement(Skill.CRAFTING, 84));
add("Kill an Abyssal demon in the Slayer Tower.", 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.", add("Loot the Barrows chest while wearing any complete barrows set.",
new Requirement(Skill.DEFENCE, 70), new Requirement(Skill.DEFENCE, 70),
new Requirement(Skill.ATTACK, 70, new Requirement(Skill.ATTACK, 70,