diff options
Diffstat (limited to 'src/map/pc.c')
-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 9475c9566..80d269a6b 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5458,6 +5458,7 @@ int pc_setoption(struct map_session_data *sd,int type) }
}
+ clif_changeoption(&sd->bl);
status_calc_pc(sd,0);
return 0;
}
|