[12701] Keep CombatMovement, Running and Waypoint-Paused states afte…

…r evade
This commit is contained in:
sanctum32 2013-10-21 09:10:22 +03:00 committed by Antz
parent 9b3c263b27
commit 868e4772b0
3 changed files with 5 additions and 3 deletions

View file

@ -52,7 +52,7 @@ void HomeMovementGenerator<Creature>::_setTargetLocation(Creature& owner)
init.Launch();
arrived = false;
owner.clearUnitState(UNIT_STAT_ALL_STATE);
owner.clearUnitState(UNIT_STAT_ALL_DYN_STATES);
}
bool HomeMovementGenerator<Creature>::Update(Creature& owner, const uint32& time_diff)