titlebar text updates

This commit is contained in:
Tercio Jose
2022-09-14 20:27:06 -03:00
parent 7c8511bd1d
commit 666b643875
2 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ hooksecurefunc (_G, "DeathRecap_LoadUI", function()
if (Details.death_recap.enabled) then
if (Details:GetZoneType() == "party" or Details:GetZoneType() == "raid") then
local msgText = "|cFFAAAAFFDeath Recap (Blizzard):"
print(msgText, "|T" .. texture .. ":16:16:0:0:64:64:5:59:5:59|t", GetSpellLink(spellId) or spellName, format(_, amountDamage))
print(msgText, "|T" .. texture .. ":16:16:0:0:64:64:5:59:5:59|t", GetSpellLink(spellId) or spellName, format(_, amountDamage or 0))
end
end