Skip to content

Commit

Permalink
Minor 108
Browse files Browse the repository at this point in the history
  • Loading branch information
Azilroka committed Sep 12, 2022
1 parent db1b49e commit 9a5cf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibHealComm-4.0.lua
@@ -1,5 +1,5 @@
local major = "LibHealComm-4.0"
local minor = 107
local minor = 108
assert(LibStub, format("%s requires LibStub.", major))

local HealComm = LibStub:NewLibrary(major, minor)
Expand Down Expand Up @@ -3314,7 +3314,7 @@ function HealComm:OnInitialize()
self.eventFrame:RegisterEvent("UPDATE_MOUSEOVER_UNIT")
self.eventFrame:RegisterEvent("PLAYER_LEVEL_UP")
self.eventFrame:RegisterEvent("CHARACTER_POINTS_CHANGED")
self.eventFrame:RegisterEvent("UNIT_AURA")
self.eventFrame:RegisterUnitEvent("UNIT_AURA", 'player')
if isWrath then
self.eventFrame:RegisterEvent("GLYPH_ADDED")
self.eventFrame:RegisterEvent("GLYPH_REMOVED")
Expand Down

0 comments on commit 9a5cf2f

Please sign in to comment.