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); } }