diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-18 00:23:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-18 00:23:00 -0300 |
commit | 19de8477075b1fc95bf5aa9afd4d0fb29ab0d912 (patch) | |
tree | c986e66f2147bfea08d3033d8e17985bef9a45bb | |
parent | 7891dcc025e314862ce6b31a9d9d4d4f6c51b558 (diff) | |
download | server-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |