Skip to content

Commit 7ed90e3

Browse files
committed
Disable evoker tracker
1 parent 2eea99e commit 7ed90e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/parser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5838,7 +5838,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
58385838
end
58395839
end)
58405840

5841-
if (detailsFramework.ExpansionHasEvoker()) then
5841+
if (detailsFramework.ExpansionHasEvoker() and not detailsFramework.IsAddonApocalypseWow()) then
58425842
if (IsInRaid()) then
58435843
--check if there is only one bombardment evoker in the group
58445844
local evokerCount = 0

0 commit comments

Comments
 (0)