diff options
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index a440b96..8096679 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5465,6 +5465,7 @@ int pc_statusup (struct map_session_data *sd, int type) || val >= battle_config.max_parameter) { clif_statusupack (sd, type, 0, val); + clif_updatestatus (sd, SP_STATUSPOINT); return 1; } switch (type) |