Set empty text for 'inform' frame when tactic is not found.
This commit is contained in:
parent
b727b537ef
commit
bbd5485b19
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ local function RenderBossTactics(frame, bossName)
|
|||
|
||||
if not tactic then
|
||||
frame.summary:SetText("Boss " .. bossName .. " nemá pro tuto obtížnost přeloženou taktiku.")
|
||||
frame.inform:SetText("")
|
||||
frame:GetParent():Show()
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue