From bbd5485b19069faeb821ce3181b70a45341e99a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Sun, 30 Mar 2025 22:08:53 +0200 Subject: [PATCH] Set empty text for 'inform' frame when tactic is not found. --- Addon/Code/Tactic.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Addon/Code/Tactic.lua b/Addon/Code/Tactic.lua index b0fa659..4ff5ea7 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:SetText("") frame:GetParent():Show() return end