summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-07-25 20:53:35 +0200
committerGitHub <noreply@github.com>2016-07-25 20:53:35 +0200
commitbc46ac94eba15b4f5159a7fa330c93907dad7d68 (patch)
treea4a824762dcea51b82e2816eff89f7db7b060656 /src/map/chrif.c
parentfee640a7170ec62b55c2eb1f13477326d9fe6428 (diff)
parent03ce9e5a69b54535ea70b3776004dd7ade7e6134 (diff)
downloadhercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.gz
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.bz2
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.xz
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.zip
Merge pull request #1380 from EPuncker/messagesconf-update
Added a missing entry into messages.conf and added some comments wher…
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c4
1 files changed, 2 insertions, 2 deletions
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(0<ret_status && ret_status<=9)
clif->message(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];