summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-17 14:15:22 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-17 14:15:22 -0300
commitb8d39a45db5793faa33ac940e70c04a8170a8adf (patch)
tree746a0dc3b4568613ed13e562c0a2f3aaf3b55bda /consts.py
parent9afc1920fd5234bb8a19a67494dd2316585e021b (diff)
downloadserver-b8d39a45db5793faa33ac940e70c04a8170a8adf.tar.gz
server-b8d39a45db5793faa33ac940e70c04a8170a8adf.tar.bz2
server-b8d39a45db5793faa33ac940e70c04a8170a8adf.tar.xz
server-b8d39a45db5793faa33ac940e70c04a8170a8adf.zip
Add support for three blacklist files
But technicially, Z-Line and G-Line should be processed before
Diffstat (limited to 'consts.py')
-rw-r--r--consts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/consts.py b/consts.py
index 6ea63f1..ec381e4 100644
--- a/consts.py
+++ b/consts.py
@@ -157,4 +157,6 @@ SK_SINGLE_HEAL =32
SK_MULTI_HEAL =64
SK_RESSURECTION =128
+# Others
+INT_MAX =2147483647