diff --git a/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt b/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt index 55e54a0fb..22ff21957 100644 --- a/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt +++ b/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt @@ -201,7 +201,7 @@ class PilloryInterface : InterfaceListener, InteractionListener, MapArea { } override fun getRestrictions(): Array { - return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT) + return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP) } override fun areaEnter(entity: Entity) {