summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
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 285e283..5820039 100644
--- a/consts.py
+++ b/consts.py
@@ -56,6 +56,7 @@ SRV_SKILL =1000
SRV_WAVE =9901
SRV_SPHERE =9902
SRV_SUMMON =9903
+SRV_NOCAST =9904
# Status Conditions
SC_ATKUP =1
@@ -131,6 +132,7 @@ ERR_DONE ="200"
#"You cannot perform this operation! Not enough Crystals"
ERR_INS =105
ERR_FULL =106
+ERR_SUMMON =108
#"Operation complete"
ERR_OK =200
ERR_LOGIN =5000