summaryrefslogtreecommitdiff
path: root/src/emap/pc.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/pc.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/pc.c')
-rw-r--r--src/emap/pc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c
index c6fdb02..bed6848 100644
--- a/src/emap/pc.c
+++ b/src/emap/pc.c
@@ -64,6 +64,7 @@ int epc_setregistry_pre(TBL_PC **sdPtr,
return 0;
data->language = *val;
send_pc_info(&sd->bl, &sd->bl, AREA);
+ send_pc_own_flags(&sd->bl);
}
else if (*reg == mountScriptId)
{
@@ -74,6 +75,7 @@ int epc_setregistry_pre(TBL_PC **sdPtr,
{
data->mount = *val;
send_pc_info(&sd->bl, &sd->bl, SELF);
+ send_pc_own_flags(&sd->bl);
}
}