From b330f2f6930b1e44b44c537901b78e3f5566e379 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sun, 21 Mar 2021 00:11:59 -0500 Subject: [PATCH] da bugzzz fixt --- .../java/core/game/interaction/object/ShantayPassPlugin.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/src/main/java/core/game/interaction/object/ShantayPassPlugin.java b/Server/src/main/java/core/game/interaction/object/ShantayPassPlugin.java index d33137ce2..409e7866e 100644 --- a/Server/src/main/java/core/game/interaction/object/ShantayPassPlugin.java +++ b/Server/src/main/java/core/game/interaction/object/ShantayPassPlugin.java @@ -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);