Skip to content

Commit

Permalink
Fixed Druid Combopoint Bar re-coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyo committed May 27, 2024
1 parent 3b7ae53 commit ee0109c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
/Libs/LibDropDown/**
/Libs/LibEditMode/**
/Libs/LibEditModeOverride/**
/Libs/LibSharedMedia-3.0/**
/Libs/LibSharedMedia-3.0/**
.DS_Store
Modules/.DS_Store
Binary file removed Modules/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Modules/Skins/Blizzard/_unitframes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function Module:OnEnable()
classBar:RegisterEvent("PLAYER_ENTERING_WORLD")
classBar:RegisterEvent("PLAYER_LOGIN")
classBar:RegisterEvent("PLAYER_SPECIALIZATION_CHANGED")
classBar:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
classBar:HookScript("OnEvent", function()
-- Rogue
for rogue, v in pairs(RogueComboPointBarFrame.classResourceButtonPool.activeObjects) do
Expand Down

0 comments on commit ee0109c

Please sign in to comment.