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: