显示修复

This commit is contained in:
xiekaidong 2023-04-25 21:52:50 +08:00
parent 6d4e23616d
commit 71a4e9a62d

View File

@ -70,7 +70,7 @@ function BattlePauseUI:_refreshScrollRect()
local value = self.skillList[index].info.value
local cfg = ConfigManager:getConfig("skill_rogue")[skillId]
local str
if cfg and cfg.attr then
if cfg and cfg.attr and ModuleManager.HeroManager:showValueRogue(skillId) then
str = GFunc.getPerStr(cfg.attr.type, value)
end