summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r--src/map/homunculus.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c
index 06b7343cd..46da045a4 100644
--- a/src/map/homunculus.c
+++ b/src/map/homunculus.c
@@ -81,8 +81,7 @@ int hom_class2mapid(int hom_class)
}
}
-void merc_damage(struct homun_data *hd,struct block_list *src,int hp,int sp)
-{
+void merc_damage(struct homun_data *hd) {
clif_hominfo(hd->master,hd,0);
}
@@ -499,8 +498,7 @@ int merc_hom_decrease_intimacy(struct homun_data * hd, unsigned int value)
return hd->homunculus.intimacy;
}
-void merc_hom_heal(struct homun_data *hd,int hp,int sp)
-{
+void merc_hom_heal(struct homun_data *hd) {
clif_hominfo(hd->master,hd,0);
}