xdh
2018-11-28 7a303f2f1b93d679bee1c8f418f9d34845112c1d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/OpenServerCampaign.py
@@ -276,6 +276,8 @@
        order = queryResultList[i]
        billAwardInfo = None
        billRankAwardIpyList = IpyGameDataPY.GetIpyGameDataList("OSCBillRankAward", campaignType)
        if not billRankAwardIpyList:
            continue
        for billRankIpyData in billRankAwardIpyList:
            if (billRankIpyData.GetRankA() <= order <= billRankIpyData.GetRankB()) \
                or (not billRankIpyData.GetRankB() and billRankIpyData.GetRankA() == order):