summaryrefslogtreecommitdiff
path: root/src/map/homunculus.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-08 17:57:19 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-08 17:57:19 +0000
commitbf9918022ea2c4c2b1e52b7a9b15e69f5f9774e4 (patch)
tree59341f9b23e9b6412f9949202a3084957a764e83 /src/map/homunculus.h
parent486da709006e0385815f4d78726d26553da9ca91 (diff)
downloadhercules-bf9918022ea2c4c2b1e52b7a9b15e69f5f9774e4.tar.gz
hercules-bf9918022ea2c4c2b1e52b7a9b15e69f5f9774e4.tar.bz2
hercules-bf9918022ea2c4c2b1e52b7a9b15e69f5f9774e4.tar.xz
hercules-bf9918022ea2c4c2b1e52b7a9b15e69f5f9774e4.zip
Fixed bugreport:6587 removed unused parameters in several damage/heal functions from minions
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16760 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r--src/map/homunculus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h
index cb209144a..3470cd5f5 100644
--- a/src/map/homunculus.h
+++ b/src/map/homunculus.h
@@ -79,7 +79,7 @@ int do_init_merc(void);
int merc_hom_recv_data(int account_id, struct s_homunculus *sh, int flag); //albator
struct view_data* merc_get_hom_viewdata(int class_);
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);
int merc_hom_dead(struct homun_data *hd, struct block_list *src);
void merc_hom_skillup(struct homun_data *hd,int skillnum);
int merc_hom_calc_skilltree(struct homun_data *hd);
@@ -88,7 +88,7 @@ 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);
int hom_mutate(struct homun_data *hd,int homun_id);
-void merc_hom_heal(struct homun_data *hd,int hp,int sp);
+void merc_hom_heal(struct homun_data *hd);
int merc_hom_vaporize(struct map_session_data *sd, int flag);
int merc_resurrect_homunculus(struct map_session_data *sd, unsigned char per, short x, short y);
void merc_hom_revive(struct homun_data *hd, unsigned int hp, unsigned int sp);