Skip to content

Commit

Permalink
RegisterUnitEvent is nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Jan 25, 2025
1 parent f7a3e8d commit 96961eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/UnitFrames/UnitFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,7 @@ function UF:Initialize()
if E.Retail or E.Cata then
UF:RegisterEvent('PLAYER_TALENT_UPDATE', 'UpdateRangeSpells')
elseif E.ClassicSOD and E.myclass == 'MAGE' then
UF:RegisterUnitEvent('UNIT_INVENTORY_CHANGED', 'player')
UF:RegisterEvent('UNIT_INVENTORY_CHANGED')
end

UF:DisableBlizzard()
Expand Down

0 comments on commit 96961eb

Please sign in to comment.