hch
2019-07-23 183bb8c7183b7bc52958ac63d169a93664926ac9
8158 【300】优化仙缘和仙盟成员列表的弹框选项
1个文件已修改
6 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py
@@ -263,7 +263,11 @@
            answerPack.LV = cacheDict["LV"]
            answerPack.RealmLV = cacheDict["RealmLV"]
            answerPack.OnlineType = ChConfig.Def_Offline
            answerPack.ServerGroupID = cacheDict.get("ServerGroupID", 0)
            if GameWorld.IsCrossServer():
                answerPack.ServerGroupID = cacheDict.get("ServerGroupID", 0)
            else:
                answerPack.ServerGroupID = GameWorld.GetServerGroupID()
    else:
        answerPack.PlayerID = clientPack.PlayerID
        answerPack.PlayerName = tagPlayer.GetName()