mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
fixed bug preventing awards for Witch's House and Roving Elves quests
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue