Skip to content

Commit

Permalink
Compatibility update for WoW 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homo-programmatis committed Aug 8, 2020
1 parent 2102146 commit 0e07e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CatRotationHelper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ local function InitializeAddon()
for index, frameBox in pairs(g_Addon.FrameBoxes) do
frameBox.m_Index = index;

frameBox:SetBackdropColor(0, 0, 0);
frameBox:RegisterForClicks("RightButtonUp");
frameBox:RegisterForDrag("LeftButton");
frameBox:SetClampedToScreen(true);
Expand Down
2 changes: 1 addition & 1 deletion CatRotationHelper.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 80000
## Interface: 90001
## Title: CatRotationHelper
## Notes: Shows combo point and cooldown indicators for Cats and Bears
## SavedVariables: CatRotationHelperSettings
Expand Down

0 comments on commit 0e07e71

Please sign in to comment.