Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop

This commit is contained in:
sk 2025-01-18 13:19:48 +08:00
commit 73b9436768
2 changed files with 9 additions and 7 deletions

View File

@ -215,6 +215,7 @@ func GatesOfOlympusCreateRoomInfoPacket(s *base.Scene, sceneEx *GatesOfOlympusSc
Response, err := slots.SlotsMgrSington.Enter(playerEx.SlotsSession, int64(s.GameId))
if err == nil {
data := assemble.DataToCli(Response).(assemble.TableInfo)
data.BetConfig.BetSize = data.BetConfig.BetSize[:6]
pi, _ := json.Marshal(data)
pack.PlayerInfo = string(pi)
if sceneEx.BetConfig == nil {

View File

@ -63,13 +63,14 @@ type (
LockCoin Bool // (GM) 锁定金币
}
Slots struct {
FortuneTiger JSON
FortuneOx JSON
FortuneRabbit JSON
FortuneDragon JSON
FortuneMouse JSON
CashMania JSON
Test JSON
FortuneTiger JSON
FortuneOx JSON
FortuneRabbit JSON
FortuneDragon JSON
FortuneMouse JSON
CashMania JSON
GatesOfOlympus JSON
Test JSON
}
}