xdh
2018-12-22 acc379ae71e2eb86a2b4a2185dc3fedb167462c4
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]
#---------------------------------------------------------------------