From 1be3d40d27002cd0c5c839f807aa116706499658 Mon Sep 17 00:00:00 2001
From: client_Lhy <995049470@qq.com>
Date: 星期六, 22 六月 2019 18:02:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/OpenServerActivity/OSGiftModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/OpenServerActivity/OSGiftModel.cs b/System/OpenServerActivity/OSGiftModel.cs
index 52e73d8..5856fc1 100644
--- a/System/OpenServerActivity/OSGiftModel.cs
+++ b/System/OpenServerActivity/OSGiftModel.cs
@@ -244,7 +244,7 @@
         {
             for (int i = 0; i < alreadyOpens.Count; i++)
             {
-                if (gifts[i].payType == jumpGiftId)
+                if (gifts[alreadyOpens[i]].payType == jumpGiftId)
                 {
                     jumpGiftId = 0;
                     return alreadyOpens[i];

--
Gitblit v1.8.0