summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/clif.c')
-rw-r--r--src/emap/clif.c10
1 files changed, 10 insertions, 0 deletions
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)