|
@@ -1374,10 +1374,8 @@ int clif_spawn(struct block_list *bl)
|
|
if( sd->sc.data[SC_PUSH_CART] )
|
|
if( sd->sc.data[SC_PUSH_CART] )
|
|
clif_status_load_notick(&sd->bl, SI_ON_PUSH_CART, 2, sd->sc.data[SC_PUSH_CART]->val1, 0, 0);
|
|
clif_status_load_notick(&sd->bl, SI_ON_PUSH_CART, 2, sd->sc.data[SC_PUSH_CART]->val1, 0, 0);
|
|
#endif
|
|
#endif
|
|
- #if PACKETVER <= 20120207
|
|
|
|
if (sd->status.robe)
|
|
if (sd->status.robe)
|
|
clif_refreshlook(bl,bl->id,LOOK_ROBE,sd->status.robe,AREA);
|
|
clif_refreshlook(bl,bl->id,LOOK_ROBE,sd->status.robe,AREA);
|
|
- #endif
|
|
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case BL_MOB:
|
|
case BL_MOB:
|
|
@@ -4096,7 +4094,6 @@ void clif_getareachar_unit(struct map_session_data* sd,struct block_list *bl)
|
|
|
|
|
|
if (vd->cloth_color)
|
|
if (vd->cloth_color)
|
|
clif_refreshlook(&sd->bl,bl->id,LOOK_CLOTHES_COLOR,vd->cloth_color,SELF);
|
|
clif_refreshlook(&sd->bl,bl->id,LOOK_CLOTHES_COLOR,vd->cloth_color,SELF);
|
|
-
|
|
|
|
switch (bl->type)
|
|
switch (bl->type)
|
|
{
|
|
{
|
|
case BL_PC:
|
|
case BL_PC:
|
|
@@ -4111,6 +4108,8 @@ void clif_getareachar_unit(struct map_session_data* sd,struct block_list *bl)
|
|
clif_sendbgemblem_single(sd->fd,tsd);
|
|
clif_sendbgemblem_single(sd->fd,tsd);
|
|
if( tsd->sc.data[SC_CAMOUFLAGE] )
|
|
if( tsd->sc.data[SC_CAMOUFLAGE] )
|
|
clif_status_load(bl,SI_CAMOUFLAGE,1);
|
|
clif_status_load(bl,SI_CAMOUFLAGE,1);
|
|
|
|
+ if ( tsd->status.robe )
|
|
|
|
+ clif_refreshlook(&sd->bl,bl->id,LOOK_ROBE,tsd->status.robe,SELF);
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case BL_MER: // Devotion Effects
|
|
case BL_MER: // Devotion Effects
|
|
@@ -9122,7 +9121,6 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
|
|
|
|
|
|
if(sd->vd.cloth_color)
|
|
if(sd->vd.cloth_color)
|
|
clif_refreshlook(&sd->bl,sd->bl.id,LOOK_CLOTHES_COLOR,sd->vd.cloth_color,SELF);
|
|
clif_refreshlook(&sd->bl,sd->bl.id,LOOK_CLOTHES_COLOR,sd->vd.cloth_color,SELF);
|
|
-
|
|
|
|
// item
|
|
// item
|
|
clif_inventorylist(sd); // inventory list first, otherwise deleted items in pc_checkitem show up as 'unknown item'
|
|
clif_inventorylist(sd); // inventory list first, otherwise deleted items in pc_checkitem show up as 'unknown item'
|
|
pc_checkitem(sd);
|
|
pc_checkitem(sd);
|