From 2963dc52163607c178104e5061713376577f159d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Nov 2017 20:45:48 +0300 Subject: Add missing kick reasons into clif_authfail_fd. --- src/map/clif.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/clif.c b/src/map/clif.c index 0b059823e..ee15166e6 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -736,6 +736,8 @@ void clif_authrefuse(int fd, uint8 error_code) /// 108 = BAN_IP_BLOCK /// 109 = BAN_INVALID_PWD_CNT /// 110 = BAN_NOT_ALLOWED_JOBCLASS +/// 113 = access is restricted between the hours of midnight to 6:00am. +/// 115 = You are in game connection ban period. /// ? = disconnected -> MsgStringTable[3] // TODO: type enum void clif_authfail_fd(int fd, int type) -- cgit v1.2.3-60-g2f50