summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-12 18:12:53 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-12 18:14:03 +0300
commit763069245561fb981e97120f60ca417fd481ebf9 (patch)
tree7d27c8493a7d5cd2feb0c0754fcf1cf6f628bba9 /src/emap/clif.c
parentb76f34136a4e59e2e3f4545c32f8bf5a848883e5 (diff)
downloadevol-hercules-763069245561fb981e97120f60ca417fd481ebf9.tar.gz
evol-hercules-763069245561fb981e97120f60ca417fd481ebf9.tar.bz2
evol-hercules-763069245561fb981e97120f60ca417fd481ebf9.tar.xz
evol-hercules-763069245561fb981e97120f60ca417fd481ebf9.zip
Add player self flags packet (0xb25)
Now it include group id Also change plugin version to 18.
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);