Format the text in the breakdown player list using the same font, size and outline of the damage window
This commit is contained in:
@@ -17,7 +17,7 @@ local f = CreateFrame ("frame", nil, UIParent)
|
||||
f:Hide()
|
||||
f:RegisterEvent ("ADDON_LOADED")
|
||||
|
||||
f:SetScript ("OnEvent", function (self, event, addonName)
|
||||
f:SetScript ("OnEvent", function(self, event, addonName)
|
||||
|
||||
if (addonName == "Details_DataStorage") then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user