xdh
2019-06-04 a81d36e5c709d7d4465be2ddaed2bd58a6132be0
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)