hxp
2019-01-31 95dcd0c76164077e0035e28379cd94531ee64628
6087 【后端】【1.5.200】春节红包雨活动(优化成就重置逻辑)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFeastRedPacket.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFeastRedPacket.py
@@ -105,7 +105,7 @@
        ipyData = ipyDataMgr.GetActFeastRedPacketSuccByIndex(index)
        feastDay = ipyData.GetFeastDay()
        feastDayIndex = feastDay - 1
        if feastDayIndex == 0 or feastDayIndex == dayIndex:
        if dayIndex == 0 or feastDayIndex == dayIndex:
            for succID in ipyData.GetFeastSuccIDList():
                if succID not in resetSuccIDList:
                    resetSuccIDList.append(succID)