Compare commits

..

2 Commits

Author SHA1 Message Date
sk 58fe35c90f Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop 2024-09-05 14:51:52 +08:00
sk 3b15a84df3 查询房间信息 2024-09-05 14:46:43 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func init() {
}
switch d := scene.ExtraData.(type) {
case tienlen.TienLenSceneData:
case *tienlen.TienLenSceneData:
for k := range d.BilledList {
pack.SnId = append(pack.SnId, k)
}