From fa2aec1441dc70a4b463d18baee2b7acc9c84925 Mon Sep 17 00:00:00 2001 From: lcy <1459594991@qq.com> Date: 星期二, 13 五月 2025 17:46:47 +0800 Subject: [PATCH] 10366 【越南】【英语】【BT】【砍树】仙盟攻城战-客户端 --- System/FairySiege/FairySiegeSpringAwardNormalCell.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/System/FairySiege/FairySiegeSpringAwardNormalCell.cs b/System/FairySiege/FairySiegeSpringAwardNormalCell.cs index 61515da..51f649a 100644 --- a/System/FairySiege/FairySiegeSpringAwardNormalCell.cs +++ b/System/FairySiege/FairySiegeSpringAwardNormalCell.cs @@ -22,7 +22,7 @@ var itemId = arr[i][0]; var count = arr[i][1]; itemCells[i].Init(new ItemCellModel(itemId, false, (ulong)count)); - itemCells[i].button.SetListener(() => ItemTipUtility.Show(count)); + itemCells[i].button.SetListener(() => ItemTipUtility.Show(itemId)); } else { -- Gitblit v1.8.0