新手抽卡类型
This commit is contained in:
parent
cd1d465a67
commit
9e4595f34c
@ -50,7 +50,7 @@ func (this *apiComp) SelectDraw(session comm.IUserSession, req *pb.HeroSelectDra
|
|||||||
appointmap map[int32]string // 指定次数抽卡到指定卡池
|
appointmap map[int32]string // 指定次数抽卡到指定卡池
|
||||||
|
|
||||||
)
|
)
|
||||||
drawType = 10 // 抽卡类型 10
|
drawType = comm.DrawCardTypeNew // 抽卡类型 1
|
||||||
drawCount = 10 // 10连
|
drawCount = 10 // 10连
|
||||||
update = make(map[string]interface{})
|
update = make(map[string]interface{})
|
||||||
appointmap = make(map[int32]string)
|
appointmap = make(map[int32]string)
|
||||||
|
Loading…
Reference in New Issue
Block a user