Fix errors when toggling off Hide Blizz

This commit is contained in:
Parnic
2023-04-01 20:53:53 -05:00
parent cb83a3f63f
commit 594ea0a3e3
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ v1.14.18:
- Fixed Runic Power showing on a scale of 0-1000+ instead of 0-100+ with DogTags off
- Added option (enabled by default) to hide mod during cataloging.
- Fixed "Hide Blizzard Buffs" option on PlayerInfo causing errors and "?" icons when toggling off.
v1.14.17:

View File

@ -120,6 +120,9 @@ function PlayerInfo.prototype:ShowBlizz()
end
BuffFrame:GetScript("OnLoad")(BuffFrame)
if BuffFrame.Update then
BuffFrame:Update()
end
end