mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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()
|
||||
BuffFrame:Show()
|
||||
TemporaryEnchantFrame:Show()
|
||||
|
||||
BuffFrame:RegisterEvent("UNIT_AURA");
|
||||
end
|
||||
@ -93,6 +94,7 @@ end
|
||||
|
||||
function PlayerInfo.prototype:HideBlizz()
|
||||
BuffFrame:Hide()
|
||||
TemporaryEnchantFrame:Hide()
|
||||
|
||||
BuffFrame:UnregisterAllEvents()
|
||||
end
|
||||
|
Reference in New Issue
Block a user