From c5460b307a161cc0ff7209e04d278ff8ed131ba6 Mon Sep 17 00:00:00 2001 From: eathenabot Date: Tue, 17 Jan 2012 06:47:30 +0000 Subject: * Merged changes up to eAthena 15058. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 039a66116..a616450ba 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -176,6 +176,7 @@ typedef enum clr_type CLR_DEAD, CLR_RESPAWN, CLR_TELEPORT, + CLR_TRICKDEAD, } clr_type; enum map_property @@ -613,7 +614,7 @@ void clif_hominfo(struct map_session_data *sd, struct homun_data *hd, int flag); int clif_homskillinfoblock(struct map_session_data *sd); void clif_homskillup(struct map_session_data *sd, int skill_num); //[orn] int clif_hom_food(struct map_session_data *sd,int foodid,int fail); //[orn] -void clif_send_homdata(struct map_session_data *sd, int type, int param); //[orn] +void clif_send_homdata(struct map_session_data *sd, int state, int param); //[orn] void clif_equiptickack(struct map_session_data* sd, int flag); void clif_viewequip_ack(struct map_session_data* sd, struct map_session_data* tsd); -- cgit v1.2.3-70-g09d2