diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 7839330e4..a71164736 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6326,6 +6326,7 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid) clif_changelook(bl,LOOK_CLOTHES_COLOR,vd->cloth_color); clif_changelook(bl,LOOK_WEAPON,vd->weapon); clif_changelook(bl,LOOK_SHIELD,vd->shield); + if(sd) clif_skillinfoblock(sd); break; case SC_RUN: { |