|
@@ -47,7 +47,7 @@ enum {
|
|
SP_HUNGRY = 0x200
|
|
SP_HUNGRY = 0x200
|
|
};
|
|
};
|
|
|
|
|
|
-int do_init_merc (void);
|
|
|
|
|
|
+int do_init_merc(void);
|
|
int merc_hom_recv_data(int account_id, struct s_homunculus *sh, int flag); //albator
|
|
int merc_hom_recv_data(int account_id, struct s_homunculus *sh, int flag); //albator
|
|
void merc_load_sub(struct homun_data *hd, struct map_session_data *sd);
|
|
void merc_load_sub(struct homun_data *hd, struct map_session_data *sd);
|
|
void merc_load_exptables(void);
|
|
void merc_load_exptables(void);
|
|
@@ -78,4 +78,4 @@ int merc_natural_heal_timer_delete(struct homun_data *hd);
|
|
int read_homunculusdb(void);
|
|
int read_homunculusdb(void);
|
|
int merc_hom_increase_intimacy(struct homun_data * hd, unsigned int value);
|
|
int merc_hom_increase_intimacy(struct homun_data * hd, unsigned int value);
|
|
int merc_hom_decrease_intimacy(struct homun_data * hd, unsigned int value);
|
|
int merc_hom_decrease_intimacy(struct homun_data * hd, unsigned int value);
|
|
-int merc_skill_tree_get_max(int id, int b_class);
|
|
|
|
|
|
+int merc_skill_tree_get_max(int id, int b_class);
|