xdh
2019-06-27 57d60ef7648868c76189d3a127dc3e5f0800f6f3
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossDemonKing.py
@@ -338,6 +338,8 @@
        for _ in xrange(randCount):
            itemInfo = GameWorld.GetResultByWeightList(realWeightList)
            itemID, itemCount, isAuctionItem = itemInfo
            if not itemID:
                continue
            giveItemList.append([itemID, itemCount, isAuctionItem])
            
    return giveItemList