Skip to content

Commit

Permalink
🐛 FIX: Fixed an missing Event in Announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Sep 1, 2024
1 parent ef6bfd4 commit 67ee116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElvUI_MerathilisUI/Modules/Announcement/Events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ end
function module:GROUP_ROSTER_UPDATE()
self:ResetAuthority()
end

function module:UNIT_SPELLCAST_SUCCEEDED(event, unitTarget, castGUID, spellId)
self:Utility(event, UnitName(unitTarget), spellId)
end

0 comments on commit 67ee116

Please sign in to comment.