From 6e1f2375fdf7e70b4416723a2a2029c7cdc58375 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 九月 2024 17:01:42 +0800
Subject: [PATCH] 10050 【后端】角色(A1 12 玩家初始化 #tagMCDBPlayer  增加同步Face、RoleType)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index a4c052d..68de899 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -466,6 +466,8 @@
     dbPlayer.ExAttr18 = curPlayer.GetExAttr18()
     dbPlayer.ExAttr19 = curPlayer.GetExAttr19()
     dbPlayer.ExAttr20 = curPlayer.GetExAttr20()
+    dbPlayer.Face = curPlayer.GetFace()
+    dbPlayer.RoleType = curPlayer.GetRoleType()
     NetPackCommon.SendFakePack(curPlayer, dbPlayer)
     return
 

--
Gitblit v1.8.0