From 441940539625ecc8bf61141ebae0bec66bf0a749 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 29 四月 2026 17:51:28 +0800
Subject: [PATCH] 0312 群英支持查看跨服玩家

---
 Main/System/Qunying/QYNoteCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Qunying/QYNoteCell.cs b/Main/System/Qunying/QYNoteCell.cs
index 3e547b3..698b20a 100644
--- a/Main/System/Qunying/QYNoteCell.cs
+++ b/Main/System/Qunying/QYNoteCell.cs
@@ -51,7 +51,7 @@
         tagAvatarCell.SetListener(() =>
         {
             if (GeneralDefine.IsRobot((int)arenaGameRec.Value3)) return;
-            AvatarHelper.TryViewOtherPlayerInfo((int)arenaGameRec.Value3, viewPlayerLineupType: (int)BattlePreSetType.Arena);
+            AvatarHelper.TryViewOtherPlayerInfo((int)arenaGameRec.Value3, (int)arenaGameRec.Value1, viewPlayerLineupType: (int)BattlePreSetType.Arena);
         });
         tagLVTxt.text = arenaGameRec.Value8.ToString();
         tagNameTxt.text = arenaGameRec.Name;

--
Gitblit v1.8.0