summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'consts.py')
-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"