diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index ed2f3f2ee54..df56a3ac27f 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1620,9 +1620,6 @@ void Creature::setDeathState(DeathState s) if (canFly() && FallGround()) return; - - if(!IsStopped()) - StopMoving(); } Unit::setDeathState(s); |