summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
diff options
context:
space:
mode:
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);
}
}