Skip to content

Commit

Permalink
[MoL] Added additional filter based on ability ID for Hulk mechanic
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryDragon committed Mar 26, 2021
1 parent 7aad553 commit 810ec27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RaidNotifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,9 @@ do ----------------------
if (self.raidId == RAID_HALLS_OF_FABRICATION) then
EVENT_MANAGER:AddFilterForEvent(self.Name, EVENT_EFFECT_CHANGED, REGISTER_FILTER_UNIT_TAG, "player")
end
if (self.raidId == RAID_MAW_OF_LORKHAJ) then
EVENT_MANAGER:AddFilterForEvent(self.Name, EVENT_EFFECT_CHANGED, REGISTER_FILTER_ABILITY_ID, self.BuffsDebuffs[RAID_MAW_OF_LORKHAJ].rakkhat_hulk_armorweakening)
end
end
if (bossesChangedCallback) then
EVENT_MANAGER:RegisterForEvent(self.Name, EVENT_BOSSES_CHANGED, bossesChangedCallback)
Expand Down

0 comments on commit 810ec27

Please sign in to comment.