ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py
@@ -579,6 +579,7 @@ awardItem.ItemID = itemID awardItem.ItemCount = libItemInfo[0] awardItem.TotalTimesMax = awardTimesTotalInfo.get(itemID, 0) awardItem.TotalTimesNow = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_XianXiaMJAwardItemTimes % (actNum, libType, itemID)) awardItem.LayerLimit = layerLimitInfo.get(itemID, 0) clientPack.SuperItemList.append(awardItem) clientPack.SuperItemCount = len(clientPack.SuperItemList)