Fix hiding when you unlearn the last profession

This commit is contained in:
2022-09-22 21:37:16 -05:00
parent 59b1cafee3
commit 3a9db4082a

View File

@ -412,7 +412,7 @@ function Breakables:SetupButtons()
end end
self.frame:SetScript("OnUpdate", self.frame.OnUpdateFunc) self.frame:SetScript("OnUpdate", self.frame.OnUpdateFunc)
else else
self:ToggleButtonFrameVisibility(false) self:CreateButtonFrame()
end end
end end