From 69c90e54ae1ee7374c59d65c91f0d20ce628ec9e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 22 Jan 2015 12:38:00 -0200 Subject: Follow up 0957abd4d19b82b8dc8d7db2743008fa3daff3fa Special Thanks to kyeme Signed-off-by: shennetsind --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 977a4f24a..d75282746 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -9343,7 +9343,7 @@ ACMD(cddebug) { } } - if( !cd || (message && *message && strcmpi(message,"reset")) ) { + if( !cd || (message && *message && !strcmpi(message,"reset")) ) { for(i = 0; i < MAX_SKILL; i++) { if( sd->blockskill[i] ) { clif->messages(fd,"Found skill '%s', unblocking...",skill->db[i].name); -- cgit v1.2.3-70-g09d2