Set empty text for 'inform' frame when tactic is not found.

This commit is contained in:
Roman Jaroš 2025-03-30 22:08:53 +02:00
parent b727b537ef
commit bbd5485b19

View file

@ -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