From 4c6112ff6aa931c75d2b51591af598d4e9f008eb Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 08 九月 2025 18:00:07 +0800 Subject: [PATCH] 7 【武将】武将系统-测试bug记录 --- Main/System/HeroUI/GiftBaseCell.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/HeroUI/GiftBaseCell.cs b/Main/System/HeroUI/GiftBaseCell.cs index 3180fdd..c7fcd0a 100644 --- a/Main/System/HeroUI/GiftBaseCell.cs +++ b/Main/System/HeroUI/GiftBaseCell.cs @@ -139,7 +139,7 @@ { var giftConfig = HeroTalentConfig.Get(giftID); SmallTipWin.showText = Language.Get("SmallTipFomat", giftConfig.Name + " " + Language.Get("L1113", giftLV), - Language.Get("HeroGift5", PlayerPropertyConfig.Get(giftConfig.AttrID).Name, PlayerPropertyConfig.GetValueDescription(giftConfig.AttrID, giftConfig.AttrValue))); + Language.Get("HeroGift5", PlayerPropertyConfig.Get(giftConfig.AttrID).Name, PlayerPropertyConfig.GetValueDescription(giftConfig.AttrID, giftConfig.AttrValue*giftLV))); UIManager.Instance.OpenWindow<SmallTipWin>(); } -- Gitblit v1.8.0