hch
2020-09-28 58bd527cf357b2e3023bea9ec42ccfd4764d6ce7
ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
@@ -261,6 +261,10 @@
    
        playerIDList = []
        queryType = gmCmdDict.get(GMCommon.Def_GMKey_QueryType, '')
        if queryType == GMCommon.Def_GMKey_FamilyID:
            # 根据家族ID的不处理,直接推
            return GMCommon.Def_SendToGameServer, ""
        playerFind = gmCmdDict.get(GMCommon.Def_GMKey_PlayerFind, '')
        
        for playerFind in playerList: