diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 924a97407..660241cd3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -2370,8 +2370,7 @@ int status_calc_homunculus(struct homun_data *hd, int first) status->rhw.range = 1 + status->size; status->mode = MD_CANMOVE|MD_CANATTACK; status->speed = DEFAULT_WALK_SPEED; - if (battle_config.hom_setting&0x8 && - hd->master && hd->master->state.auth) //Master needs be authed to have valid speed. + if (battle_config.hom_setting&0x8 && hd->master) status->speed = status_get_speed(&hd->master->bl); status->hp = 1; |