Skip to content

Commit cf7b05d

Browse files
committed
fix this one
1 parent 2a2ee55 commit cf7b05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElvUI/Core/Modules/ActionBars/ActionBars.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,8 @@ do
10871087
}
10881088

10891089
local untaintButtons = {
1090-
MultiCastActionButton = (E.Wrath and E.myclass ~= 'SHAMAN') or nil,
1091-
OverrideActionBarButton = E.Wrath or nil
1090+
MultiCastActionButton = (E.Cata and E.myclass ~= 'SHAMAN') or nil,
1091+
OverrideActionBarButton = E.Cata or nil
10921092
}
10931093

10941094
if E.Cata then -- Wrath TotemBar needs to be handled by us

0 commit comments

Comments
 (0)