diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 9b1e43268..6d80712cd 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1052,7 +1052,7 @@ int status_calc_mob(struct mob_data* md, int first) if (flag&8 && mbl) { struct status_data *mstatus = status_get_base_status(mbl); - if (mstatus && mstatus->mode&MD_CANMOVE && status->mode&MD_CANMOVE) + if (mstatus) status->speed = mstatus->speed; } |