From 690ef2ae18deedd44bf4670eaf751c3888cb5a37 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 31 Aug 2008 18:37:00 +0000 Subject: * More mercenary updates. - Implemented Mercenary Die, Damage, Run Away when master dies. - Log mercenary damage and gives exp to Master. - Some little bugs. * Fixed Bubble Gums effect works on mvp_sd not sd (according to Doddler). NOTE: Now you can summon a mercenary, make it attack (not skills), follow you even on map change. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13158 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 5bd7ca67a..dc9f4ef52 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -443,5 +443,6 @@ void clif_Adopt_reply(struct map_session_data *sd, int type); void clif_mercenary_info(struct map_session_data *sd); void clif_mercenary_skillblock(struct map_session_data *sd); void clif_mercenary_message(int fd, int message); +void clif_mercenary_updatestatus(struct map_session_data *sd, int type); #endif /* _CLIF_H_ */ -- cgit v1.2.3-60-g2f50