新手抽卡类型

This commit is contained in:
meixiongfeng 2023-11-27 10:13:16 +08:00
parent cd1d465a67
commit 9e4595f34c

View File

@ -50,7 +50,7 @@ func (this *apiComp) SelectDraw(session comm.IUserSession, req *pb.HeroSelectDra
appointmap map[int32]string // 指定次数抽卡到指定卡池
)
drawType = 10 // 抽卡类型 10
drawType = comm.DrawCardTypeNew // 抽卡类型 1
drawCount = 10 // 10连
update = make(map[string]interface{})
appointmap = make(map[int32]string)