hxp
2020-10-10 0cd15ea06a2d8bc9ffa3f4144c210e90b649f4ba
4761 【主干】【长尾】【BT】开服许愿池第一天奖池是空的
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWishingWell.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: