From 9e4595f34ce31a4c458300db93a035647a1ec8ff Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 27 Nov 2023 10:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8A=BD=E5=8D=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/api_selectdraw.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hero/api_selectdraw.go b/modules/hero/api_selectdraw.go index 9056877c0..01f1c9aa7 100644 --- a/modules/hero/api_selectdraw.go +++ b/modules/hero/api_selectdraw.go @@ -50,8 +50,8 @@ func (this *apiComp) SelectDraw(session comm.IUserSession, req *pb.HeroSelectDra appointmap map[int32]string // 指定次数抽卡到指定卡池 ) - drawType = 10 // 抽卡类型 10 - drawCount = 10 // 10连 + drawType = comm.DrawCardTypeNew // 抽卡类型 1 + drawCount = 10 // 10连 update = make(map[string]interface{}) appointmap = make(map[int32]string) szCards = make([]string, 0)