hxp
2019-06-06 c0a79612bcc282637bff62cf1e19e714a4d69b9d
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