summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-24 08:59:03 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-24 08:59:03 -0300
commit7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9 (patch)
tree5d0360dd03f4464156b3aa85af19e73aab6ef4ff /consts.py
parent9bdaeaa285381edec9d745ed19398c88cb4cf85d (diff)
downloadserver-7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9.tar.gz
server-7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9.tar.bz2
server-7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9.tar.xz
server-7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9.zip
Server really does not cares with job, as they only affect base stats,
skill allocation, etc. and that is up to the SDK
Diffstat (limited to 'consts.py')
-rw-r--r--consts.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/consts.py b/consts.py
index 990fc82..0446c09 100644
--- a/consts.py
+++ b/consts.py
@@ -18,13 +18,6 @@
########################################################################################
# Constants Module
-# Jobs
-Job_Swordsman =1
-Job_Assassin =2
-Job_Mage =3
-Job_Archer =4
-Job_Gunner =5
-
# Elements
Ele_Fire =1
Ele_Water =2