Set empty text for 'inform' frame when tactic is not found.
This commit is contained in:
parent
b727b537ef
commit
30e04df022
1 changed files with 2 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:Hide()
|
||||
frame:GetParent():Show()
|
||||
return
|
||||
end
|
||||
|
@ -136,6 +137,7 @@ local function CreateCreaturesDropdown()
|
|||
frame.summary:SetText("V souboji " .. encounterName .. " není boss, který má přeloženou taktikou.")
|
||||
frame:GetParent():Show()
|
||||
frame.dropdown:Hide()
|
||||
frame.inform:Hide()
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue