diff --git a/Addon/Code/Tactic.lua b/Addon/Code/Tactic.lua index b0fa659..98af299 100755 --- a/Addon/Code/Tactic.lua +++ b/Addon/Code/Tactic.lua @@ -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