From 9438cc42d708801b73ebe1083e5a9043bdb4a29a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Oct 2015 03:43:19 +0300 Subject: Fix sending player flags to other players. --- src/emap/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/clif.h') diff --git a/src/emap/clif.h b/src/emap/clif.h index b03208e..64bdaef 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -8,6 +8,7 @@ void eclif_quest_send_list(TBL_PC *sd); void eclif_quest_add(TBL_PC *sd, struct quest *qd); void eclif_charnameack(int *fdPtr, struct block_list *bl); void eclif_getareachar_unit_post(TBL_PC* sd, struct block_list *bl); +bool eclif_spawn_post(bool retVal, struct block_list *bl); void eclif_sendlook(struct block_list *bl, int *id, int *type, int *val, int *val2, enum send_target *target); bool eclif_send(const void* buf, int *len, struct block_list* bl, enum send_target *type); -- cgit v1.2.3-60-g2f50