From ab5361f606fecdf43d8c688b7556fa6121f44ffd Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 31 Mar 2023 21:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=86=9F=E7=BB=83=E5=BA=A6=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/smithy/api_forgeequip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/smithy/api_forgeequip.go b/modules/smithy/api_forgeequip.go index ae407e6bb..1d818039e 100644 --- a/modules/smithy/api_forgeequip.go +++ b/modules/smithy/api_forgeequip.go @@ -221,7 +221,7 @@ func (this *apiComp) ForgeEquip(session comm.IUserSession, req *pb.SmithyForgeEq nextProficiency := this.module.configure.GetSmithyProficileData(req.ReelId, stove.Data[req.ReelId].Lv+1) if nextProficiency != nil && nextProficiency.Proficiency <= stove.Data[req.ReelId].Value { // 提升熟练度 stove.Data[req.ReelId].Lv += 1 - stove.Data[req.ReelId].Value = 0 + // 校验是否解锁了新的图纸 if nextProficiency.Type == comm.SmithyReelType3 { stove.Data[nextProficiency.Value1] = &pb.Mastery{