10178 【越南】【砍树】【香港】【主干】垃圾分类收集任务垃圾不验证背包;
1个文件已修改
5 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py
@@ -183,8 +183,9 @@
    if not giveItemList:
        return
    
    if not ItemControler.CheckPackSpaceEnough(curPlayer, giveItemList):
        return
    #此功能暂不验证背包
    #if not ItemControler.CheckPackSpaceEnough(curPlayer, giveItemList):
    #    return
    
    #GameWorld.DebugLog("垃圾分类活动任务完成,给奖励! actNum=%s,taskID=%s,curValue=%s,curFinishCount=%s,addFinishCount=%s,updFinishCount=%s" 
    #                   % (actNum, taskID, curValue, curFinishCount, addFinishCount, updFinishCount))