Changeset 18 for src/common/mmo.h

Show
Ignore:
Timestamp:
07/02/08 12:14:59 (17 years ago)
Author:
jinshiro
Message:

Fixed mmo.h to inc job titles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/common/mmo.h

    r13 r18  
    1111 
    1212//Remove/Comment this line to disable sc_data saving. [Skotlex] 
    13 #define ENABLE_SC_SAVING  
     13#define ENABLE_SC_SAVING 
    1414//Remove/Comment this line to disable server-side hot-key saving support [Skotlex] 
    1515//Note that newer clients no longer save hotkeys in the registry! 
     
    117117        IT_AMMO,    //10 
    118118        IT_DELAYCONSUME,//11 
    119         IT_MAX  
     119        IT_MAX 
    120120}; 
    121121 
     
    309309        int buyer_id; 
    310310        char buyer_name[NAME_LENGTH]; 
    311          
     311 
    312312        struct item item; 
    313313        // This data is required for searching, as itemdb is not read by char server 
     
    526526        JOB_XMAS, 
    527527        JOB_SUMMER, 
    528         //Custom Jobs (blackmagic) 
    529         JOB_ADEPT = 30, // [Brain] 
    530         JOB_NECROMANCER, // [Brain] 
    531         JOB_WARLOCK, // Warlock [Brain] 
    532         //Custom Job End 
    533528        JOB_MAX_BASIC, 
    534529 
     
    584579        JOB_STAR_GLADIATOR2, 
    585580        JOB_SOUL_LINKER, 
     581        JOB_NECROMANCER, 
     582        JOB_ADEPT, 
     583        JOB_WARLOCK, 
    586584        JOB_MAX, 
    587585};