diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 1919007a0..2260fcdb7 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -165,6 +165,16 @@ struct pc_base_job{ }; struct pc_base_job pc_calc_base_job(int b_class);//転生や養子職の元の職業を返す +int pc_calc_base_job2(int b_class); // Celest +int pc_calc_upper(int b_class); + +struct { + int id; + int max; + struct { + short id,lv; + } need[6]; +} skill_tree[3][MAX_PC_CLASS][100]; // Celest int pc_read_gm_account(int fd); int pc_setinvincibletimer(struct map_session_data *sd,int); |