support new consolidated vanity buffs
This commit is contained in:
@@ -631,6 +631,9 @@ end
|
||||
function A:Initialize()
|
||||
if E.private.auras.disableBlizzard then
|
||||
BuffFrame:Kill()
|
||||
if VanityBuffs then
|
||||
VanityBuffs:Kill()
|
||||
end
|
||||
ConsolidatedBuffs:Kill()
|
||||
TemporaryEnchantFrame:Kill()
|
||||
end
|
||||
|
||||
@@ -91,6 +91,9 @@ S:AddCallback("Skin_Misc", function()
|
||||
|
||||
-- Other Frames
|
||||
AutoCompleteBox:SetTemplate("Transparent")
|
||||
if VanityBuffsTooltip then
|
||||
VanityBuffsTooltip:SetTemplate("Transparent")
|
||||
end
|
||||
ConsolidatedBuffsTooltip:SetTemplate("Transparent")
|
||||
--ResInSafeZoneButton
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ S:AddCallback("Skin_Tooltip", function()
|
||||
WorldMapCompareTooltip2,
|
||||
WorldMapCompareTooltip3
|
||||
}
|
||||
if VanityBuffsTooltip then
|
||||
table.insert(tooltips, VanityBuffsTooltip)
|
||||
end
|
||||
for _, tt in ipairs(tooltips) do
|
||||
TT:SecureHookScript(tt, "OnShow", "SetStyle")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user