fixed bug preventing awards for Witch's House and Roving Elves quests

This commit is contained in:
ryannathans
2022-05-03 19:07:53 +10:00
committed by Ryan
parent a5f9c64dbb
commit 2b0c35a420
2 changed files with 0 additions and 5 deletions
@@ -211,8 +211,6 @@ public class IslwynDialogue extends DialoguePlugin {
if (!player.getInventory().add(new Item(4222, 1))) {
GroundItemManager.create(new Item(4222, 1), player);
}
end();
quest.setStage(player, 100);
quest.finish(player);
}
end();
@@ -222,8 +220,6 @@ public class IslwynDialogue extends DialoguePlugin {
if (!player.getInventory().add(new Item(4233, 1))) {
GroundItemManager.create(new Item(4233, 1), player);
}
end();
quest.setStage(player, 100);
quest.finish(player);
}
end();
@@ -136,7 +136,6 @@ public class BoyDialoguePlugin extends DialoguePlugin {
next();
break;
case 14:
quest.setStage(player, 100);
quest.finish(player);
finish();
break;