diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 5d97b4587..9b4b9698d 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4100,6 +4100,9 @@ int pc_checkbaselevelup(struct map_session_data *sd) //LORDALFA - LVLUPEVENT if(sd->state.event_baselvup) npc_script_event(sd, NPCE_BASELVUP); + + if(sd->status.party_id) + party_send_levelup(sd); return 1; } |