From 763069245561fb981e97120f60ca417fd481ebf9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Jul 2017 18:12:53 +0300 Subject: Add player self flags packet (0xb25) Now it include group id Also change plugin version to 18. --- src/emap/script_buildins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emap/script_buildins.c') 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; } -- cgit v1.2.3-60-g2f50