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.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/emap/clif.c') diff --git a/src/emap/clif.c b/src/emap/clif.c index 24265e4..0c913e9 100644 --- a/src/emap/clif.c +++ b/src/emap/clif.c @@ -243,9 +243,19 @@ void eclif_getareachar_unit_post(TBL_PC* sd, struct block_list *bl) { eclif_send_additional_slots(sd, (TBL_PC *)bl); eclif_send_additional_slots((TBL_PC *)bl, sd); + send_pc_info(bl, &sd->bl, SELF); } } +bool eclif_spawn_post(bool retVal, struct block_list *bl) +{ + if (retVal == true && bl->type == BL_PC) + { + send_pc_info(bl, bl, AREA); + } + return retVal; +} + void eclif_authok_post(TBL_PC *sd) { if (!sd) -- cgit v1.2.3-70-g09d2