From 59bec99c27895c99d8e88d6f96d770429ffae3a4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 19 八月 2024 17:37:47 +0800
Subject: [PATCH] 10178 【越南】【砍树】【香港】【主干】垃圾分类收集任务垃圾不验证背包;

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py
index 8173340..200dc39 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py
+++ b/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))

--
Gitblit v1.8.0