mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Fix for broken movespeed in merge
This commit is contained in:
parent
07ab96b883
commit
18fa53e09b
@ -163,7 +163,7 @@ Mob::Mob(
|
||||
}
|
||||
|
||||
// clients -- todo movement this doesn't take into account gm speed we need to fix that.
|
||||
|
||||
base_runspeed = (int)((float)runspeed * 40.0f);
|
||||
if (runspeed == 0.7f) {
|
||||
base_runspeed = 28;
|
||||
walkspeed = 0.3f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user