fix:1、修复bug

This commit is contained in:
2026-07-15 16:02:48 +08:00
parent 2934687ce0
commit 4eaffe377e
10 changed files with 23 additions and 14 deletions
@@ -219,7 +219,7 @@ namespace RedHotRoast
var typeId = 101;
if (GameHelper.IsGiftSwitch())
{
rewardNum *= (decimal)GameHelper.GetExchangeRateVo().Multi;
rewardNum = GameHelper.Get102Reward(rewardNum).As<decimal>();
typeId = 102;
}
else