From 30df3dc33ff6b36309efca4c23af82a68ee35ca6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Jan 2016 20:24:11 +0300 Subject: Reimpliment packet 0x2e1 for old clients. --- src/emap/clif.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/emap/clif.h') diff --git a/src/emap/clif.h b/src/emap/clif.h index 8879e33..31e6839 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -24,6 +24,15 @@ void eclif_set_unit_walking_pre(struct block_list* bl, TBL_PC *tsd, struct unit_data* ud, enum send_target *target); void eclif_set_unit_walking_post(struct block_list* bl, TBL_PC *tsd, struct unit_data* ud, enum send_target *target); +int eclif_damage_post(int retVal, + struct block_list* src, + struct block_list* dst, + int *sdelay, + int *ddelay, + int64 *in_damage, + short *div, + unsigned char *type, + int64 *in_damage2); void eclif_move(struct unit_data *ud); void eclif_parse_LoadEndAck_pre(int *fdPtr, struct map_session_data *sd); -- cgit v1.2.3-60-g2f50