We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eea99e commit 7ed90e3Copy full SHA for 7ed90e3
1 file changed
core/parser.lua
@@ -5838,7 +5838,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
5838
end
5839
end)
5840
5841
- if (detailsFramework.ExpansionHasEvoker()) then
+ if (detailsFramework.ExpansionHasEvoker() and not detailsFramework.IsAddonApocalypseWow()) then
5842
if (IsInRaid()) then
5843
--check if there is only one bombardment evoker in the group
5844
local evokerCount = 0
0 commit comments