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]
#---------------------------------------------------------------------