forked from 2009Scape/Server
Fixed pathing to closest tile occupied by target scenery
This commit is contained in:
parent
dbf34fbd4a
commit
3a02203605
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ object InteractionListeners {
|
|||
IntType.PLAYER -> DestinationFlag.ENTITY
|
||||
IntType.GROUNDITEM -> DestinationFlag.ITEM
|
||||
IntType.NPC -> DestinationFlag.ENTITY
|
||||
IntType.ITEM -> null
|
||||
IntType.SCENERY -> null
|
||||
else -> DestinationFlag.OBJECT
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue