From 737d93f9c49e675264ad756a8f5e007d9528c40d Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 29 May 2023 21:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E9=80=81=E7=A4=BC=E7=89=A9?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/library/api_usegift.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/library/api_usegift.go b/modules/library/api_usegift.go index bd169711f..983c878df 100644 --- a/modules/library/api_usegift.go +++ b/modules/library/api_usegift.go @@ -93,9 +93,9 @@ func (this *apiComp) UseGift(session comm.IUserSession, req *pb.LibraryUseGiftRe } } } - if likeStates == 0 { - addExp *= req.Counts - } + // if likeStates == 0 { + // addExp *= req.Counts + // } res = append(res, &cfg.Gameatn{ A: "item", T: req.Items,