From 6beea42305d7bae180f5ec6769f3e9daca3d849c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 04 三月 2019 11:59:26 +0800
Subject: [PATCH] 3335 修改报错

---
 System/Strengthening/EquipWashModel.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/System/Strengthening/EquipWashModel.cs b/System/Strengthening/EquipWashModel.cs
index 7e2941e..0845847 100644
--- a/System/Strengthening/EquipWashModel.cs
+++ b/System/Strengthening/EquipWashModel.cs
@@ -613,6 +613,10 @@
         int i = 0;
         for(i = 0; i < orderWashProlist.Count; i++)
         {
+            if (orderWashProlist.Count > washEquipRedPointlist.Count)
+            {
+                continue;
+            }
             washEquipRedPointlist[i].state = RedPointState.None;
         }
         for (i = 0; i < orderWashProlist.Count; i++)

--
Gitblit v1.8.0