英雄送礼物问题修复

This commit is contained in:
meixiongfeng 2023-05-29 21:51:10 +08:00
parent c753d2fc90
commit 737d93f9c4

View File

@ -93,9 +93,9 @@ func (this *apiComp) UseGift(session comm.IUserSession, req *pb.LibraryUseGiftRe
} }
} }
} }
if likeStates == 0 { // if likeStates == 0 {
addExp *= req.Counts // addExp *= req.Counts
} // }
res = append(res, &cfg.Gameatn{ res = append(res, &cfg.Gameatn{
A: "item", A: "item",
T: req.Items, T: req.Items,