|
@@ -7472,6 +7472,8 @@ int clif_refresh(struct map_session_data *sd)
|
|
|
clif_spiritball_single(sd->fd, sd);
|
|
|
if (sd->vd.cloth_color)
|
|
|
clif_refreshlook(&sd->bl,sd->bl.id,LOOK_CLOTHES_COLOR,sd->vd.cloth_color,SELF);
|
|
|
+ if(merc_is_hom_active(sd->hd))
|
|
|
+ clif_send_homdata(sd,0,0);
|
|
|
map_foreachinrange(clif_getareachar,&sd->bl,AREA_SIZE,BL_ALL,sd);
|
|
|
clif_weather_check(sd);
|
|
|
return 0;
|