Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
73b9436768
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue