System/OpenServerActivity/FlashSaleModel.cs
@@ -169,7 +169,7 @@ if (operationBase != null && operationBase.InTime(TimeUtility.ServerNow)) { OperationFlashSale operation = operationBase as OperationFlashSale; var index = operation.IndexOfFlashShop(); var index = operation.IndexOfFlashSale(TimeUtility.ServerNow); if (index != -1 && index < operation.flashShops.Count) { var flashShop = operation.flashShops[index];