summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 11:02:13 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 11:02:13 +0000
commitcf44279d5416a3290d1c0ab735579aab16787ddf (patch)
treea2915d1541f83d95128dcc1103bbe26800fdcc28 /src/map/clif.h
parentaf8672130d9fee3c8cbef87d61479df7f1bb0bda (diff)
downloadhercules-cf44279d5416a3290d1c0ab735579aab16787ddf.tar.gz
hercules-cf44279d5416a3290d1c0ab735579aab16787ddf.tar.bz2
hercules-cf44279d5416a3290d1c0ab735579aab16787ddf.tar.xz
hercules-cf44279d5416a3290d1c0ab735579aab16787ddf.zip
* Summoned monsters will not give exp and items
* Added the 6 new Yuno fields * Added some Freya's optimisations in clif_parse * Added clif_update_mobhp * Set alive_timer to -1 when quitting, not 0 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@811 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index a51aaddfc..599bc6515 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -174,6 +174,7 @@ int clif_wis_message(int fd,char *nick,char *mes,int mes_len);
int clif_wis_end(int fd,int flag);
int clif_solved_charname(struct map_session_data *sd,int char_id);
+int clif_update_mobhp(struct mob_data *md);
int clif_use_card(struct map_session_data *sd,int idx);
int clif_insert_card(struct map_session_data *sd,int idx_equip,int idx_card,int flag);