10192 【越南】【主干】【港台】【砍树】上线增加膜拜主动推送(修改为可膜拜自己;)
1个文件已修改
6 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorship.py 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorship.py
@@ -270,9 +270,9 @@
    ## 检查玩家是否可膜拜该对象
    playerID = curPlayer.GetPlayerID()
    recPlayerID = recData.GetPlayerID()
    if playerID == recPlayerID:
        GameWorld.DebugLog("不能膜拜自己!", playerID)
        return
    #if playerID == recPlayerID:
    #    GameWorld.DebugLog("不能膜拜自己!", playerID)
    #    return
    modelShow = GetModelShowInfo(recData)
    if not modelShow:
        GameWorld.DebugLog("没有外观展示的不同步! recPlayerID=%s" % recPlayerID, playerID)