diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index a05c4611b..748be46ca 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6378,6 +6378,11 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid) case SC_NOCHAT: if (sd && sd->status.manner < 0 && tid != -1) sd->status.manner = 0; + if (sd) + { + clif_changestatus(&sd->bl,SP_MANNER,sd->status.manner); + clif_updatestatus(sd,SP_MANNER); + } break; case SC_SPLASHER: { |