From 0cd15ea06a2d8bc9ffa3f4144c210e90b649f4ba Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 10 十月 2020 15:14:19 +0800
Subject: [PATCH] 4761 【主干】【长尾】【BT】开服许愿池第一天奖池是空的

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py
index 6019b4e..663a38f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py
@@ -188,7 +188,7 @@
     state = actWishingWellInfo.get(ShareDefine.ActKey_State, 0)
     cfgID = actWishingWellInfo.get(ShareDefine.ActKey_CfgID, 0)
     worldLV = actWishingWellInfo.get(ShareDefine.ActKey_WorldLV, 0)
-    if not cfgID or not worldLV or not state:
+    if not cfgID or not state:
         return
     actIpyData = IpyGameDataPY.GetIpyGameData("ActWishingWell", cfgID)
     if not actIpyData:

--
Gitblit v1.8.0