Merge branch 'master' into eqstream

This commit is contained in:
KimLS
2017-02-28 23:18:35 -08:00
24 changed files with 3466 additions and 220 deletions
+4
View File
@@ -567,7 +567,11 @@ bool Mob::MakeNewPositionAndSendUpdate(float x, float y, float z, int speed, boo
m_TargetV.z = z - nz;
SetCurrentSpeed((int8)speed);
pRunAnimSpeed = speed;
#ifdef BOTS
if(IsClient() || IsBot())
#else
if(IsClient())
#endif
{
animation = speed / 2;
}