房卡场房间id范围
This commit is contained in:
parent
9ea57766a4
commit
49c2d8baac
|
@ -171,8 +171,8 @@ func IsDaZhong(gameId int) bool {
|
|||
|
||||
// 房间编号区间
|
||||
const (
|
||||
PrivateSceneStartId = 10000000
|
||||
PrivateSceneMaxId = 99999999
|
||||
PrivateSceneStartId = 100000
|
||||
PrivateSceneMaxId = 999999
|
||||
MatchSceneStartId = 100000000
|
||||
MatchSceneMaxId = 199999999
|
||||
HundredSceneStartId = 200000000
|
||||
|
|
Loading…
Reference in New Issue