forked from 2009Scape/Server
fix death plateau error on server start
This commit is contained in:
parent
2bcc37ccb5
commit
0ec6671741
1 changed files with 0 additions and 4 deletions
|
|
@ -68,10 +68,6 @@ public class SmithingPulse extends SkillPulse<Item> {
|
|||
player.getDialogueInterpreter().sendDialogue("You need to complete Tourist Trap to smith dart tips.");
|
||||
return false;
|
||||
}
|
||||
if (!player.getQuestRepository().isComplete("Death Plateau") && bar.getSmithingType() == SmithingType.TYPE_CLAWS) {
|
||||
player.getDialogueInterpreter().sendDialogue("You need to complete Death Plateau to smith claws.");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue