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 faee88e28..d31333e8c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6604,6 +6604,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_INCREASEAGI: if(sd && pc_issit(sd)){ pc->setstand(sd); + clif->standing(&sd->bl); } case SC_CONCENTRATE: |