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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/clif.c b/src/emap/clif.c
index f782100..0745cbb 100644
--- a/src/emap/clif.c
+++ b/src/emap/clif.c
@@ -435,6 +435,7 @@ void eclif_authok_post(TBL_PC *sd)
eclif_send_additional_slots(sd, sd);
send_pc_info(&sd->bl, &sd->bl, SELF);
+ send_pc_own_flags(&sd->bl);
struct MapdExt *data = mapd_get(sd->bl.m);
int mask = data ? data->mask : 1;
send_mapmask(sd->fd, mask);