From 604fd72886ed04688d2cd4de5f242a56226e962d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 26 三月 2026 15:08:47 +0800
Subject: [PATCH] 0312 内网登录山寨附加数据
---
Main/System/Login/LoginManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Login/LoginManager.cs b/Main/System/Login/LoginManager.cs
index ff3a6bc..d54c622 100644
--- a/Main/System/Login/LoginManager.cs
+++ b/Main/System/Login/LoginManager.cs
@@ -399,7 +399,7 @@
send.ServerID = (uint)ServerListCenter.Instance.currentServer.region_flag;
send.Adult = 1;
send.ExtraLen = 0;
- send.Extra = "";
+ send.Extra = "test|0|1|2|1.1.1";
break;
case VersionAuthority.Release:
{
--
Gitblit v1.8.0