diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 13758e6fe..4b642f84c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8213,11 +8213,10 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) clif_hominfo(sd,sd->hd,0); //for some reason, at least older clients want this sent twice clif_send_homdata(sd,0,0); clif_homskillinfoblock(sd); - //Homunc mimic their master's speed on each map change. [Skotlex] if (battle_config.hom_setting&0x8) - status_calc_bl(&sd->hd->bl, SCB_SPEED); + status_calc_bl(&sd->hd->bl, SCB_SPEED); //Homunc mimic their master's speed on each map change if (!(battle_config.hom_setting&0x2)) - skill_unit_move(&sd->hd->bl,gettick(),1); + skill_unit_move(&sd->hd->bl,gettick(),1); // apply land skills immediately } if(sd->state.connect_new) { |