From 24551d9a2d9ba7e275c4dfe940a5acb941670cc5 Mon Sep 17 00:00:00 2001 From: panikon Date: Sat, 22 Feb 2014 23:08:35 -0300 Subject: Correct minor typo in atcommand.c --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 98ccf3dc5..6a0c75db3 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7769,7 +7769,7 @@ ACMD(cash) } else { if( (ret=pc->paycash(sd, -value, 0)) >= 0){ sprintf(output, msg_txt(410), ret, sd->cashPoints); - clif_disp_onlyself(sd, output, strlen(output));(sd, output, strlen(output)); + clif_disp_onlyself(sd, output, strlen(output)); } else clif->message(fd, msg_txt(41)); // Unable to decrease the number/value. } -- cgit v1.2.3-60-g2f50