summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 4f4c7854a..cfa87c79a 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -1584,6 +1584,7 @@ ACMD_FUNC(baselevelup)
clif_updatestatus(sd, SP_BASEEXP);
clif_updatestatus(sd, SP_NEXTBASEEXP);
status_calc_pc(sd, 0);
+ pc_baselevelchanged(sd);
if(sd->status.party_id)
party_send_levelup(sd);
return 0;