Skip to content

Commit

Permalink
listen INSTANCE_ENCOUNTER_ENGAGE_UNIT event for new boss units
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Jan 9, 2021
1 parent 3182bb3 commit 92782ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibGetFrame-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ local function Init(noDelay)
GetFramesCacheListener:RegisterEvent("PLAYER_REGEN_ENABLED")
GetFramesCacheListener:RegisterEvent("PLAYER_ENTERING_WORLD")
GetFramesCacheListener:RegisterEvent("GROUP_ROSTER_UPDATE")
GetFramesCacheListener:RegisterEvent("INSTANCE_ENCOUNTER_ENGAGE_UNIT")
GetFramesCacheListener:SetScript("OnEvent", function() ScanForUnitFrames(false) end)
ScanForUnitFrames(noDelay)
end
Expand Down

0 comments on commit 92782ff

Please sign in to comment.