diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index bfc257f7b..40f18e9af 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -2273,7 +2273,7 @@ int status_calc_pc(struct map_session_data* sd,int first) clif_updatestatus(sd,SP_WEIGHT); if(b_max_weight != sd->max_weight) { clif_updatestatus(sd,SP_MAXWEIGHT); - pc_checkweighticon(sd); + pc_updateweightstatus(sd); } if(b_status.str != status->str) clif_updatestatus(sd,SP_STR); |