From 19de8477075b1fc95bf5aa9afd4d0fb29ab0d912 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 Aug 2021 00:23:00 -0300 Subject: Bump client version to 2.1.8.18 Modify client outdated error code. --- consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consts.py b/consts.py index 5820039..02078ca 100644 --- a/consts.py +++ b/consts.py @@ -102,7 +102,7 @@ BL_UPDATETIME =30.0 BAN_TIME =180.0 BAN_UNAUTHED =5 BAN_AUTHED =30 -CLIENTVERSION ="2.1.8.8" +CLIENTVERSION ="2.1.8.18" MAX_CLIENTS =2500 # Hard coded loot (1,000~10,000) @@ -126,7 +126,7 @@ TRIPLE_GP =6000 # Error Handler ERR_ERR ="500 Internal Server Error" # Maybe 418 I am a teapot -ERR_OFF ="401 Unauthorized" +ERR_OFF =401 ERR_BAD ="400 Bad Request" ERR_DONE ="200" #"You cannot perform this operation! Not enough Crystals" -- cgit v1.2.3-70-g09d2