summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-17 06:47:30 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-17 06:47:30 +0000
commitc5460b307a161cc0ff7209e04d278ff8ed131ba6 (patch)
tree342e2ff06d771284badaca12b003d72e077f76c1 /src/map/clif.h
parentb965f8dd85d0b0ea5e3fb512fc7b81d5b0a5eeea (diff)
downloadhercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.gz
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.bz2
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.tar.xz
hercules-c5460b307a161cc0ff7209e04d278ff8ed131ba6.zip
* Merged changes up to eAthena 15058.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 2 insertions, 1 deletions
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);