From b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 18 Sep 2006 00:35:25 +0000 Subject: - Reenabled client requesting to self mute, as the whole knockback packet issues of the past which were causing players to mute themselves when being knockback is no longer there. - Changed NPC_CHANGEUNDEAD from a self skill to a targetted skill. Changed it's duration to 30 secs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8787 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index fe9ae5afb..3c9e697ac 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10870,10 +10870,8 @@ void clif_parse_GMReqNoChat(int fd,struct map_session_data *sd) if (type == 0) limit = 0 - limit; - //Temporarily disable chars from muting themselves due to the mysterious "DON'T USE BOT!" message. [Skotlex] - //Also, if type is 2 and the ids don't match, this is a crafted hacked packet! - //So for now, type 2is just totally disabled. - if (type == 2/*&& sd->bl.id != dstsd->bl.id*/) + //If type is 2 and the ids don't match, this is a crafted hacked packet! + if (type == 2 && sd->bl.id != dstsd->bl.id) return; if ( -- cgit v1.2.3-70-g09d2