From 03ce9e5a69b54535ea70b3776004dd7ade7e6134 Mon Sep 17 00:00:00 2001 From: epuncker Date: Fri, 22 Jul 2016 11:39:10 -0300 Subject: Added a missing entry into messages.conf and added some comments where missing, ref #1282 --- src/map/chrif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/chrif.c') diff --git a/src/map/chrif.c b/src/map/chrif.c index 51e8e5143..d641c6dd3 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -999,9 +999,9 @@ void chrif_idbanned(int fd) { if(0message(sd->fd, msg_sd(sd,411+ret_status)); // Message IDs (for search convenience): 412, 413, 414, 415, 416, 417, 418, 419, 420 else if(ret_status==100) - clif->message(sd->fd, msg_sd(sd,421)); + clif->message(sd->fd, msg_sd(sd,421)); // Your account has been totally erased. else - clif->message(sd->fd, msg_sd(sd,420)); //"Your account has not more authorized." + clif->message(sd->fd, msg_sd(sd,420)); //"Your account is not longer authorized." } else if (RFIFOB(fd,6) == 1) { // 1: ban time_t timestamp; char tmpstr[2048]; -- cgit v1.2.3-70-g09d2