ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCustomAward.py
@@ -47,7 +47,7 @@
        return
    awardItemList = ipyData.GetAwardItemList()
    
    if not ItemCommon.GiveAwardItem(curPlayer, awardItemList):
    if not ItemCommon.GiveAwardItem(curPlayer, awardItemList, "CustomAward"):
        return
    
    GameWorld.SetDictValueByBit(curPlayer, ChConfig.Def_PDict_CustomAwardGetState, awardID, 1)