[11622] Really use DB value for creature walking speed after speed update.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
mns 2011-06-10 22:19:39 +04:00 committed by VladimirMangos
parent f1a969d6c7
commit 20e9484e74
2 changed files with 2 additions and 2 deletions

View file

@ -8232,7 +8232,7 @@ void Unit::UpdateSpeed(UnitMoveType mtype, bool forced, float ratio)
switch(mtype) switch(mtype)
{ {
case MOVE_WALK: case MOVE_WALK:
return; break;
case MOVE_RUN: case MOVE_RUN:
{ {
if (IsMounted()) // Use on mount auras if (IsMounted()) // Use on mount auras

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11621" #define REVISION_NR "11622"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__