modify 推币机初始金币数量
This commit is contained in:
parent
ace83f2359
commit
eb75f9769e
|
@ -429,7 +429,7 @@ func InitPlayerPushCoin(p *Player) {
|
||||||
Exchange: make(map[int32]int32),
|
Exchange: make(map[int32]int32),
|
||||||
Items: map[int32]int64{
|
Items: map[int32]int64{
|
||||||
common.ItemIDVCard: 1,
|
common.ItemIDVCard: 1,
|
||||||
common.ItemIDCoin1: 50,
|
common.ItemIDCoin1: 32,
|
||||||
common.ItemIDPlum: 1,
|
common.ItemIDPlum: 1,
|
||||||
},
|
},
|
||||||
Turn: []int32{ // 转盘表数据id
|
Turn: []int32{ // 转盘表数据id
|
||||||
|
|
Loading…
Reference in New Issue