From 117a16d72321813f9114167fd83d6752c8d36406 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 03 四月 2024 10:04:56 +0800
Subject: [PATCH] 10148 【主干】【砍树】【港台】【越南】查看玩家信息补充伴侣名称

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.py
index f847acb..e55c8c5 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.py
@@ -171,6 +171,7 @@
     curPlayerPropDict["Name"] = curPlayer.GetPlayerName()
     curPlayerPropDict["FamilyID"] = curPlayer.GetFamilyID()
     curPlayerPropDict["FamilyName"] = curPlayer.GetFamilyName()
+    curPlayerPropDict["CoupleName"] = PlayerControl.GetCoupleName(curPlayer)
     curPlayerPropDict["FightPower"] = PlayerControl.GetFightPower(curPlayer)
     curPlayerPropDict["AppID"] = GameWorld.GetPlayerPlatform(curPlayer)
     curPlayerPropDict["EquipShowSwitch"] = curPlayer.GetEquipShowSwitch()

--
Gitblit v1.8.0