diff options
Diffstat (limited to 'consts.py')
-rw-r--r-- | consts.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |