Skip to content

Commit

Permalink
Blizzard stil hasn't fixed the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Jul 24, 2018
1 parent e03f0bb commit 04240f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dominos/Dominos.toc
Expand Up @@ -2,7 +2,7 @@
## Title: Dominos
## Notes: A main actionbar replacement
## Author: Tuller
## Version: 8.0.5
## Version: 8.0.6
## SavedVariables: DominosDB, DominosVersion
## OptionalDeps: Ace3, LibKeyBound-1.0, LibSharedMedia-3.0, Masque, FlyPaper
embeds.xml
Expand Down
5 changes: 4 additions & 1 deletion Dominos/bars/menuBar.lua
Expand Up @@ -318,7 +318,10 @@ end
local MenuBarController = Addon:NewModule('MenuBar')
function MenuBarController:OnInitialize()
-- fix blizzard nil bug
if not _G['AchievementMicroButton_Update'] then
_G['AchievementMicroButton_Update'] = function() end
end
end
function MenuBarController:Load()
Expand Down

0 comments on commit 04240f0

Please sign in to comment.