9936 【BT】【英文】【越南】【砍树】人族法宝(增加任务进度奖励领取事件通知CustomAward)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCustomAward.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)