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,