diff --git a/changelog.md b/changelog.md index ace9b8c..3160fb2 100644 --- a/changelog.md +++ b/changelog.md @@ -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: diff --git a/modules/PlayerInfo.lua b/modules/PlayerInfo.lua index d3831f7..6d91db7 100644 --- a/modules/PlayerInfo.lua +++ b/modules/PlayerInfo.lua @@ -120,6 +120,9 @@ function PlayerInfo.prototype:ShowBlizz() end BuffFrame:GetScript("OnLoad")(BuffFrame) + if BuffFrame.Update then + BuffFrame:Update() + end end