From 6334846cdf4554cf1fe58c85400ab670d829adf0 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Tue, 15 Oct 2024 11:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A8=83=E5=A8=83=E6=9C=BA=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine/machinedoll/machinemgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/machinedoll/machinemgr.go b/machine/machinedoll/machinemgr.go index e059a5b..5204170 100644 --- a/machine/machinedoll/machinemgr.go +++ b/machine/machinedoll/machinemgr.go @@ -151,7 +151,7 @@ func (this *MachineManager) UpdateToGameServer(conn *Conn, status int32) { } func SendToGameServer(pid int, msg interface{}) { - GameConn = srvlib.ServerSessionMgrSington.GetSession(1, 7, 777) + GameConn = srvlib.ServerSessionMgrSington.GetSession(1, 7, 706) if GameConn != nil { GameConn.Send(pid, msg) } else {