xdh
2019-02-14 e23681b12cb1b385405f1bc4f159b7c28f3b5734
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLogin.py
@@ -212,7 +212,7 @@
        if worldLV <= wlv:
            findWlv = wlv
            break
    itemList = awardDict[findWlv]
    itemList = awardDict[str(findWlv)]
    for itemID, itemCnt, isbind in itemList:
        if not itemID or not itemCnt:
            continue