hch
2018-11-26 eba5b922ac7bfbc45ed54054852789c02e97a2e1
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_NPCCnt.py
@@ -46,7 +46,7 @@
    tagLineID = packCMDList[1]  # 线路id
    queryNPCIDList = packCMDList[2]  # 查询的NPCID列表
    
    npcInfoDict = NPCCommon.GetNPCInfo(queryNPCIDList, tick)
    npcInfoDict = NPCCommon.GetNPCCntInfo(queryNPCIDList, tick)
    return [tagMapID, npcInfoDict]
#---------------------------------------------------------------------