summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-18 00:23:00 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-18 00:23:00 -0300
commit19de8477075b1fc95bf5aa9afd4d0fb29ab0d912 (patch)
treec986e66f2147bfea08d3033d8e17985bef9a45bb
parent7891dcc025e314862ce6b31a9d9d4d4f6c51b558 (diff)
downloadserver-19de8477075b1fc95bf5aa9afd4d0fb29ab0d912.tar.gz
server-19de8477075b1fc95bf5aa9afd4d0fb29ab0d912.tar.bz2
server-19de8477075b1fc95bf5aa9afd4d0fb29ab0d912.tar.xz
server-19de8477075b1fc95bf5aa9afd4d0fb29ab0d912.zip
Bump client version to 2.1.8.18
Modify client outdated error code.
-rw-r--r--consts.py4
1 files 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"