From 3b3f784d1c82163e0b86178a827282256a304a52 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 17 八月 2018 11:23:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Dungeon/TrialExchangeCell.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Dungeon/TrialExchangeCell.cs b/System/Dungeon/TrialExchangeCell.cs
index f48d3f1..5b204a2 100644
--- a/System/Dungeon/TrialExchangeCell.cs
+++ b/System/Dungeon/TrialExchangeCell.cs
@@ -21,11 +21,11 @@
model.IsAnySatisfyExchangeBetterEquip(_class, out _betterEquipId);
for (int i = 0; i < m_TrialExchanges.Length; i++)
{
- var index = _line * 4 + i;
+ var index = _line * 3 + i;
if (index < list.Count)
{
m_TrialExchanges[i].gameObject.SetActive(true);
- m_TrialExchanges[i].Display(list[index].id, _betterEquipId == list[index].id);
+ m_TrialExchanges[i].Display(list[index].id, _betterEquipId == list[index].id, (_line + i) == 0);
}
else
{
--
Gitblit v1.8.0