This commit is contained in:
Tercio Jose
2024-08-21 17:59:53 -03:00
committed by andrew6180
parent 95096af849
commit 5e5f24d218
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2710,7 +2710,7 @@ function _detalhes:OpenAuraPanel (spellid, spellname, spellicon, encounterid, tr
f.AuraText:SetText("=Not Interrupted!=")
aura_text_label.text = "Not Interrupted: "
elseif (trigger == 42) then
f.AuraText:SetText(DetailsAuraPanel.name.text:gsub("%(d!%)", "") .. "Dispells")
f.AuraText:SetText(DetailsAuraPanel.name.text:gsub("%(d!%)", "") .. "Dispels")
aura_text_label.text = "Title Text: "
end
end