ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_GetPlayerFuncInfo.py
@@ -16,7 +16,6 @@
#导入
import GMCommon
import ChConfig
import PlayerManorWar
#---------------------------------------------------------------------
#全局变量
@@ -33,15 +32,6 @@
    queryType = gmCmdDict.get(GMCommon.Def_GMKey_QueryType, '')
    queryKey = gmCmdDict.get(GMCommon.Def_GMKey_FuncKey, '')
    
    if queryKey in ['ManorWar']:
        queryResult = 0
        if queryKey == 'ManorWar':
            queryResult = PlayerManorWar.GetManorWarFirstOrderInfo()
        #执行成功
        GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success, queryResult)
    else:
        if queryType == 'accID': 
            #玩家账户 []
            GMCommon.GMTool_MapServer_Query(ChConfig.queryType_sqtPlayerByAccID, orderId,