Changeset 22 for src/common

Show
Ignore:
Timestamp:
07/02/08 22:46:07 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/common/mmo.h

    r18 r22  
    3131#define MAX_FAME 1000000000 
    3232#define MAX_CART 100 
    33 #define MAX_SKILL 1100 // Bumped to 1100 for new quest skills, will need to further increase one day... [DracoRPG] 
     33#define MAX_SKILL 1600 // Bumped to 1100 for new quest skills, will need to further increase one day... [DracoRPG] 
    3434#define GLOBAL_REG_NUM 96 
    3535#define ACCOUNT_REG_NUM 64 
     
    526526        JOB_XMAS, 
    527527        JOB_SUMMER, 
     528    JOB_ADEPT = 30, // [Brain] 
     529    JOB_NECROMANCER, // [Brain] 
     530    JOB_WARLOCK, 
     531     
    528532        JOB_MAX_BASIC, 
    529533 
     
    579583        JOB_STAR_GLADIATOR2, 
    580584        JOB_SOUL_LINKER, 
    581         JOB_NECROMANCER, 
    582         JOB_ADEPT, 
    583         JOB_WARLOCK, 
     585         
    584586        JOB_MAX, 
    585587};