From 693bcf736ed4e6391d1f7d9b74e7b3dc0b6e1df8 Mon Sep 17 00:00:00 2001 From: lq <3298408835@qq.com> Date: Thu, 12 Dec 2024 15:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/Script/Scheduled_03/Panel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/xiaofang/Assets/Script/Scheduled_03/Panel.cs b/xiaofang/Assets/Script/Scheduled_03/Panel.cs index addc19a1..55680233 100644 --- a/xiaofang/Assets/Script/Scheduled_03/Panel.cs +++ b/xiaofang/Assets/Script/Scheduled_03/Panel.cs @@ -660,6 +660,7 @@ public class Panel : MonoBehaviour playerList.userId = userId; playerList.roleId = roleId; playerList.birthAreaId = areaId; + playerList.chargeAreaId = areaId; createTemplateInfo.Instance.auth_CreateTemplate.playerList.Add(playerList); } }