fix bug
This commit is contained in:
parent
463d5ff3aa
commit
d8709cbc32
@ -157,7 +157,7 @@ end
|
|||||||
|
|
||||||
function HeroManager:getSkillRogueBattleBg(skillId)
|
function HeroManager:getSkillRogueBattleBg(skillId)
|
||||||
local cfg = ConfigManager:getConfig("skill_rogue")[skillId]
|
local cfg = ConfigManager:getConfig("skill_rogue")[skillId]
|
||||||
return cfg and "battle_board_" .. cfg.qlt
|
return cfg and "battle_rouge_board_" .. cfg.qlt
|
||||||
end
|
end
|
||||||
|
|
||||||
function HeroManager:getSkillRogueBg(skillId, onlyQlt)
|
function HeroManager:getSkillRogueBg(skillId, onlyQlt)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user