Skip to content

Commit

Permalink
feat(Unit): Blacklist M+ Orb of Ascendance
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Sep 20, 2024
1 parent d98a64e commit 9c2bdb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HeroLib/Class/Unit/List.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ do
},
}
local SpecialBlacklistData = {
--- The War Within
----- Dungeons -----
--- Mythic+ Affix ---
-- Orb of Ascendance need to be interrupted/CC'd, but aren't actual targets.
[229296] = true,
--- Dragonflight
----- Demon Hunter Condemned Demons -----
-- If we want to include for the DH, we can - function() return Cache.Persistent.Player.Class[3] ~= 12 end
Expand Down

0 comments on commit 9c2bdb7

Please sign in to comment.