mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Fixed bug preventing completion of restless ghost quest
This commit is contained in:
parent
2586c4b66a
commit
7a91aca78f
2 changed files with 2 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ public final class RestlessGhostPlugin extends OptionHandler {
|
|||
player.getInventory().add(SKULL);
|
||||
player.getPacketDispatch().sendMessage("You find another skull.");
|
||||
}
|
||||
player.getQuestRepository().getQuest(RestlessGhost.NAME).setStage(player, 40);
|
||||
break;
|
||||
case 2145:
|
||||
toggleCoffin(player, object);
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ public final class RestlessGhostSkull extends UseWithHandler {
|
|||
@Override
|
||||
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
||||
addHandler(2145, OBJECT_TYPE, this);
|
||||
addHandler(15052, OBJECT_TYPE, this);
|
||||
addHandler(15061, OBJECT_TYPE, this);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue