hxp
2021-02-01 94ca00f866c8c947240cfbfaa399a88bdd05f62b
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFeastWish.py
@@ -380,6 +380,7 @@
    actPack.Clear()
    actPack.StartDate = GameWorld.GetOperationActionDateStr(ipyData.GetStartDate(), openServerDay)
    actPack.EndtDate = GameWorld.GetOperationActionDateStr(ipyData.GetEndDate(), openServerDay)
    actPack.ResetType = ipyData.GetResetType()
    actPack.WishPoolShowItemList = poolIpyData.GetWishPoolClientItemShow() if poolIpyData else []
    actPack.WishPoolShowCount = len(actPack.WishPoolShowItemList)
    actPack.BottleInfoList = []