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/QYFighterCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Qunying/QYFighterCell.cs b/Main/System/Qunying/QYFighterCell.cs
index 4e0316d..76e6076 100644
--- a/Main/System/Qunying/QYFighterCell.cs
+++ b/Main/System/Qunying/QYFighterCell.cs
@@ -49,7 +49,7 @@
         queryPlayerBtn.AddListener(() =>
         {
             if (GeneralDefine.IsRobot((int)matchInfo.PlayerID)) return;
-            AvatarHelper.TryViewOtherPlayerInfo((int)matchInfo.PlayerID, viewPlayerLineupType: (int)BattlePreSetType.Qunying);
+            AvatarHelper.TryViewOtherPlayerInfo((int)matchInfo.PlayerID, (int)matchInfo.ServerID, viewPlayerLineupType: (int)BattlePreSetType.Qunying);
         });
 
         quickChallengeBtn.AddListener(() =>

--
Gitblit v1.8.0