mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-15 19:10:18 -07:00
da bugzzz fixt
This commit is contained in:
parent
647a0eb0be
commit
8bb5d6ff19
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ public class ShantayPassPlugin extends OptionHandler {
|
|||
ObjectDefinition.forId(i).getHandlers().put("option:go-through", this);
|
||||
ObjectDefinition.forId(i).getHandlers().put("option:quick-pass", this);
|
||||
}
|
||||
ObjectDefinition.forId(35400).getHandlers().put("option:look-at", this);
|
||||
ObjectDefinition.forId(35400).getHandlers().put("option:go-through", this);
|
||||
ObjectDefinition.forId(35400).getHandlers().put("option:quick-pass", this);
|
||||
NPCDefinition.forId(838).getHandlers().put("option:bribe", this);
|
||||
ObjectDefinition.forId(35401).getHandlers().put("option:open", this);
|
||||
ObjectDefinition.forId(2693).getHandlers().put("option:open", this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue