summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.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/script_buildins.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/script_buildins.c')
-rw-r--r--src/emap/script_buildins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c
index a636e21..d58220b 100644
--- a/src/emap/script_buildins.c
+++ b/src/emap/script_buildins.c
@@ -1566,6 +1566,7 @@ BUILDIN(setMount)
pc_setglobalreg(sd, mountScriptId, mount);
status_calc_pc(sd, SCO_NONE);
send_pc_info(&sd->bl, &sd->bl, AREA);
+ send_pc_own_flags(&sd->bl);
return true;
}