titlebar text updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user