fix(Core/Movement): Properly updates MOVE_WALK in case of slowing auras. (#7371)
fixed #7301
This commit is contained in:
parent
167ad476bc
commit
bd9b02a3af
2 changed files with 2 additions and 2 deletions
|
|
@ -13489,9 +13489,8 @@ void Unit::UpdateSpeed(UnitMoveType mtype, bool forced)
|
|||
case MOVE_FLIGHT_BACK:
|
||||
case MOVE_RUN_BACK:
|
||||
case MOVE_SWIM_BACK:
|
||||
break;
|
||||
case MOVE_WALK:
|
||||
return;
|
||||
break;
|
||||
case MOVE_RUN:
|
||||
{
|
||||
if (IsMounted()) // Use on mount auras
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue