forked from 2009Scape/Server
Fixed BKFortress error
Simple error in dialogue handling.
This commit is contained in:
parent
0d6c208c84
commit
66848a5140
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ public final class BKFortressPlugin extends OptionHandler {
|
|||
DoorActionHandler.handleAutowalkDoor(player, (GameObject) node);
|
||||
return true;
|
||||
case 2338:
|
||||
if (player.getLocation().getY() >= 3515) {
|
||||
if (player.getLocation().getX() > 3019) {
|
||||
DoorActionHandler.handleAutowalkDoor(player, (GameObject) node);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue