Fix rebirth infobutton not visible in groups

This commit is contained in:
Robin 2021-01-16 00:26:05 +01:00
parent faab14a07e
commit bf2c4c8ea6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ addon.inits[#addon.inits + 1] = function()
if(event=="PLAYER_REGEN_ENABLED") then
self:UnregisterEvent("SPELL_UPDATE_CHARGES")
elseif(event=="GROUP_ROSTER_UPDATE") then
if(IsInRaid()) then
if(IsInGroup()) then
self:Show()
else
self:Hide()