xdh
2018-11-15 999d67cffaf12233b98103b513309d5a3a8b6311
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]
#---------------------------------------------------------------------