diff --git a/Server/src/main/kotlin/rs09/game/interaction/InteractionListeners.kt b/Server/src/main/kotlin/rs09/game/interaction/InteractionListeners.kt index 41304bf10..b0b3d1d73 100644 --- a/Server/src/main/kotlin/rs09/game/interaction/InteractionListeners.kt +++ b/Server/src/main/kotlin/rs09/game/interaction/InteractionListeners.kt @@ -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 }