From 033b872492a71c384b8f7cc722fc9e5349fa1cdf Mon Sep 17 00:00:00 2001 From: ai4rei Date: Wed, 16 Nov 2011 16:39:51 +0000 Subject: * Fixed natural expiration of GM mute printing the unmute message twice (since r12169). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14994 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index 26c0c1b2f..4df2c80d6 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6666,7 +6666,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const case SC_NOCHAT: if (sd && sd->status.manner < 0 && tid != INVALID_TIMER) sd->status.manner = 0; - if (sd) + if (sd && tid == INVALID_TIMER) { clif_changestatus(&sd->bl,SP_MANNER,sd->status.manner); clif_updatestatus(sd,SP_MANNER); -- cgit v1.2.3-70-g09d2