diff options
author | shennetsind <ind@henn.et> | 2013-11-15 23:05:55 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-15 23:05:55 -0200 |
commit | 7120b55ce40a6a0c4086da49d57c74baa72609d6 (patch) | |
tree | f815189db7ad9c88673cfc61609b02b64bc44352 /src/map/clif.c | |
parent | f0591e607e05e34d987a7575fbaf9af53daa5908 (diff) | |
download | hercules-7120b55ce40a6a0c4086da49d57c74baa72609d6.tar.gz hercules-7120b55ce40a6a0c4086da49d57c74baa72609d6.tar.bz2 hercules-7120b55ce40a6a0c4086da49d57c74baa72609d6.tar.xz hercules-7120b55ce40a6a0c4086da49d57c74baa72609d6.zip |
Official expiration timer support
As brought up in http://hercules.ws/board/topic/2225-paid-server/
Special Thanks to Haruna for all the help!
Thanks to Beret, Ai4rei for information
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index f1a2ecf81..d84a0dea8 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -638,7 +638,7 @@ void clif_authrefuse(int fd, uint8 error_code) /// Notifies the client of a ban or forced disconnect (SC_NOTIFY_BAN). /// 0081 <error code>.B /// error code: -/// 0 = BAN_UNFAIR +/// 0 = BAN_UNFAIR -> "disconnected from server" -> MsgStringTable[3] /// 1 = server closed -> MsgStringTable[4] /// 2 = ID already logged in -> MsgStringTable[5] /// 3 = timeout/too much lag -> MsgStringTable[241] |