10192 【越南】【主干】【港台】【砍树】上线增加膜拜主动推送(膜拜玩家信息增加EquipShowSwitch;单引号替换为双引号;)
1个文件已修改
3 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorship.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorship.py
@@ -55,6 +55,7 @@
                 "VIPLV":cacheDict.get("VIPLV", 0),
                 "TitleID":cacheDict.get("TitleID", 0),
                 "FightPower":cacheDict.get("FightPower", 0),
                 "EquipShowSwitch":cacheDict.get("EquipShowSwitch", 0),
                 "EquipShowID":cacheDict.get("EquipShowID", []),
                 }
    return modelShow
@@ -448,7 +449,7 @@
        infoPack.PlayerID = recPlayerID
        infoPack.WorshipType = GetWorshipType(recData)
        infoPack.WorshipValue = GetWorshipValue(recData)
        infoPack.PlayerInfo = str(modelShow).replace(" ", "")
        infoPack.PlayerInfo = str(modelShow).replace(" ", "").replace("\'", "\"")
        infoPack.InfoLen = len(infoPack.PlayerInfo)
        
        if curPlayer: