diff options
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r-- | src/map/homunculus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h index aafcb8132..50e82eeac 100644 --- a/src/map/homunculus.h +++ b/src/map/homunculus.h @@ -95,9 +95,9 @@ struct view_data* merc_get_hom_viewdata(int class_); int hom_class2mapid(int hom_class); void merc_damage(struct homun_data *hd); int merc_hom_dead(struct homun_data *hd); -void merc_hom_skillup(struct homun_data *hd,int skillnum); +void merc_hom_skillup(struct homun_data *hd,uint16 skill_id); int merc_hom_calc_skilltree(struct homun_data *hd, int flag_evolve); -int merc_hom_checkskill(struct homun_data *hd,int skill_id); +int merc_hom_checkskill(struct homun_data *hd,uint16 skill_id); int merc_hom_gainexp(struct homun_data *hd,int exp); int merc_hom_levelup(struct homun_data *hd); int merc_hom_evolution(struct homun_data *hd); |