forked from 2009Scape/Server
Merge 2009scape updates #19
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ public class SophanemPlugin extends OptionHandler {
|
|||
SceneryDefinition.forId(20275).getHandlers().put("option:climb-down", this);
|
||||
SceneryDefinition.forId(20391).getHandlers().put("option:open", this);
|
||||
SceneryDefinition.forId(28514).getHandlers().put("option:open", this);
|
||||
SceneryDefinition.forId(20341).getHandlers().put("option:open", this);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
@ -53,6 +54,8 @@ public class SophanemPlugin extends OptionHandler {
|
|||
}
|
||||
DoorActionHandler.handleDoor(player, (Scenery) node);
|
||||
break;
|
||||
case 20341:
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue