Fixed pillory random event completion teleport location
This commit is contained in:
@@ -201,7 +201,7 @@ class PilloryInterface : InterfaceListener, InteractionListener, MapArea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun getRestrictions(): Array<ZoneRestriction> {
|
override fun getRestrictions(): Array<ZoneRestriction> {
|
||||||
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) {
|
override fun areaEnter(entity: Entity) {
|
||||||
|
|||||||
Reference in New Issue
Block a user