diff options
author | shennetsind <ind@henn.et> | 2015-01-22 12:38:00 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2015-01-22 12:38:00 -0200 |
commit | 69c90e54ae1ee7374c59d65c91f0d20ce628ec9e (patch) | |
tree | d24ddf88fd634b2b1d54b3770200f37f3013ae72 /src/map/atcommand.c | |
parent | 8f7889b79ce4b189390c33d23b338afb078bef38 (diff) | |
download | hercules-69c90e54ae1ee7374c59d65c91f0d20ce628ec9e.tar.gz hercules-69c90e54ae1ee7374c59d65c91f0d20ce628ec9e.tar.bz2 hercules-69c90e54ae1ee7374c59d65c91f0d20ce628ec9e.tar.xz hercules-69c90e54ae1ee7374c59d65c91f0d20ce628ec9e.zip |
Follow up 0957abd4d19b82b8dc8d7db2743008fa3daff3fa
Special Thanks to kyeme
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |