Changeset 18
- Timestamp:
- 07/02/08 12:14:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/common/mmo.h
r13 r18 11 11 12 12 //Remove/Comment this line to disable sc_data saving. [Skotlex] 13 #define ENABLE_SC_SAVING 13 #define ENABLE_SC_SAVING 14 14 //Remove/Comment this line to disable server-side hot-key saving support [Skotlex] 15 15 //Note that newer clients no longer save hotkeys in the registry! … … 117 117 IT_AMMO, //10 118 118 IT_DELAYCONSUME,//11 119 IT_MAX 119 IT_MAX 120 120 }; 121 121 … … 309 309 int buyer_id; 310 310 char buyer_name[NAME_LENGTH]; 311 311 312 312 struct item item; 313 313 // This data is required for searching, as itemdb is not read by char server … … 526 526 JOB_XMAS, 527 527 JOB_SUMMER, 528 //Custom Jobs (blackmagic)529 JOB_ADEPT = 30, // [Brain]530 JOB_NECROMANCER, // [Brain]531 JOB_WARLOCK, // Warlock [Brain]532 //Custom Job End533 528 JOB_MAX_BASIC, 534 529 … … 584 579 JOB_STAR_GLADIATOR2, 585 580 JOB_SOUL_LINKER, 581 JOB_NECROMANCER, 582 JOB_ADEPT, 583 JOB_WARLOCK, 586 584 JOB_MAX, 587 585 };