mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed the "hide blizzard buff frame" checkbox not hiding temporary enchants (weapon buffs)
This commit is contained in:
@ -86,6 +86,7 @@ end
|
|||||||
|
|
||||||
function PlayerInfo.prototype:ShowBlizz()
|
function PlayerInfo.prototype:ShowBlizz()
|
||||||
BuffFrame:Show()
|
BuffFrame:Show()
|
||||||
|
TemporaryEnchantFrame:Show()
|
||||||
|
|
||||||
BuffFrame:RegisterEvent("UNIT_AURA");
|
BuffFrame:RegisterEvent("UNIT_AURA");
|
||||||
end
|
end
|
||||||
@ -93,6 +94,7 @@ end
|
|||||||
|
|
||||||
function PlayerInfo.prototype:HideBlizz()
|
function PlayerInfo.prototype:HideBlizz()
|
||||||
BuffFrame:Hide()
|
BuffFrame:Hide()
|
||||||
|
TemporaryEnchantFrame:Hide()
|
||||||
|
|
||||||
BuffFrame:UnregisterAllEvents()
|
BuffFrame:UnregisterAllEvents()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user