From 49c2d8baac42cf6f9526685ebcf5d9585d48c0b3 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 29 Aug 2024 09:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=8D=A1=E5=9C=BA=E6=88=BF=E9=97=B4id?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/constant.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/constant.go b/common/constant.go index 9302ef2..cadbc44 100644 --- a/common/constant.go +++ b/common/constant.go @@ -171,8 +171,8 @@ func IsDaZhong(gameId int) bool { // 房间编号区间 const ( - PrivateSceneStartId = 10000000 - PrivateSceneMaxId = 99999999 + PrivateSceneStartId = 100000 + PrivateSceneMaxId = 999999 MatchSceneStartId = 100000000 MatchSceneMaxId = 199999999 HundredSceneStartId = 200000000