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 {