From f56df744e9c1c50cc89d71ae0daf05a1f9c264fb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 01 三月 2019 14:50:21 +0800
Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(新增修改关注拍品封包)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
index 672170c..fd41cfc 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
@@ -422,7 +422,7 @@
         cntList.sort()
         costItemCnt = costItemCntDict[str(cntList[-1])]
         for cnt in cntList:
-            if curRefreshCnt <= cnt:
+            if curRefreshCnt < cnt:
                 costItemCnt = costItemCntDict[str(cnt)]
                 break
         enough, indexList, hasBind, lackCnt = ItemCommon.GetItem_FromPack_ByID_ExEx(costItemID, itemPack, costItemCnt)

--
Gitblit v1.8.0