diff --git a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt index 0473df0a0..03670d3f0 100644 --- a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt +++ b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt @@ -468,7 +468,7 @@ class CombatPulse( } init { - movement = object : MovementPulse(entity, null, DestinationFlag.ENTITY) { + movement = object : MovementPulse(entity, null) { override fun pulse(): Boolean { return false }