diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-12 18:12:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-12 18:14:03 +0300 |
commit | 763069245561fb981e97120f60ca417fd481ebf9 (patch) | |
tree | 7d27c8493a7d5cd2feb0c0754fcf1cf6f628bba9 /src/emap/script_buildins.c | |
parent | b76f34136a4e59e2e3f4545c32f8bf5a848883e5 (diff) | |
download | plugin-763069245561fb981e97120f60ca417fd481ebf9.tar.gz plugin-763069245561fb981e97120f60ca417fd481ebf9.tar.bz2 plugin-763069245561fb981e97120f60ca417fd481ebf9.tar.xz plugin-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.c | 1 |
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; } |