From 8cd740d2c77f69216f2c7d10f77773d30104ae83 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Thu, 11 Jul 2013 13:20:44 -0300 Subject: Fixed a little type (follow up to 94d75f8), also defaulted to 0 mute system. --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 18aa476ff..f557271be 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11861,7 +11861,7 @@ void clif_parse_ResetChar(int fd, struct map_session_data *sd) { if( RFIFOW(fd,2) ) sprintf(cmd,"%cskreset",atcommand->at_symbol); else - sprintf(cmd,"%streset",atcommand->at_symbol); + sprintf(cmd,"%cstreset",atcommand->at_symbol); atcommand->parse(fd, sd, cmd, 1); } -- cgit v1.2.3-70-g09d2