From 658b577c2033704085e10df29ea384eea5fefe53 Mon Sep 17 00:00:00 2001 From: flswld Date: Thu, 16 Mar 2023 17:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E4=B8=8D?= =?UTF-8?q?=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gs/game/gcg_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs/game/gcg_manager.go b/gs/game/gcg_manager.go index efc8ff27..c337e9fc 100644 --- a/gs/game/gcg_manager.go +++ b/gs/game/gcg_manager.go @@ -383,7 +383,7 @@ func (g *GCGGame) GiveCharCard(controller *GCGController, charId uint32) { // SkillMap for _, skillId := range gcgCharConfig.SkillList { skillInfo := &GCGSkillInfo{ - skillId: skillId, + skillId: uint32(skillId), } cardInfo.skillList = append(cardInfo.skillList, skillInfo) }