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))
|
Response, err := slots.SlotsMgrSington.Enter(playerEx.SlotsSession, int64(s.GameId))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
data := assemble.DataToCli(Response).(assemble.TableInfo)
|
data := assemble.DataToCli(Response).(assemble.TableInfo)
|
||||||
|
data.BetConfig.BetSize = data.BetConfig.BetSize[:6]
|
||||||
pi, _ := json.Marshal(data)
|
pi, _ := json.Marshal(data)
|
||||||
pack.PlayerInfo = string(pi)
|
pack.PlayerInfo = string(pi)
|
||||||
if sceneEx.BetConfig == nil {
|
if sceneEx.BetConfig == nil {
|
||||||
|
|
|
||||||
|
|
@ -63,13 +63,14 @@ type (
|
||||||
LockCoin Bool // (GM) 锁定金币
|
LockCoin Bool // (GM) 锁定金币
|
||||||
}
|
}
|
||||||
Slots struct {
|
Slots struct {
|
||||||
FortuneTiger JSON
|
FortuneTiger JSON
|
||||||
FortuneOx JSON
|
FortuneOx JSON
|
||||||
FortuneRabbit JSON
|
FortuneRabbit JSON
|
||||||
FortuneDragon JSON
|
FortuneDragon JSON
|
||||||
FortuneMouse JSON
|
FortuneMouse JSON
|
||||||
CashMania JSON
|
CashMania JSON
|
||||||
Test JSON
|
GatesOfOlympus JSON
|
||||||
|
Test JSON
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue