mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 09:06:03 +00:00
unitframes: remove invalid event
This commit is contained in:
@@ -587,8 +587,6 @@ function pfUI.uf.OnEvent()
|
||||
pfUI.uf:RefreshUnit(this, "all")
|
||||
elseif this.label == "party" and event == "PARTY_MEMBER_DISABLE" then
|
||||
pfUI.uf:RefreshUnit(this, "all")
|
||||
elseif this.label == "party" and event == "GROUP_ROSTER_UPDATE" then
|
||||
pfUI.uf:RefreshUnit(this, "all")
|
||||
elseif ( this.label == "raid" or this.label == "party" ) and event == "RAID_ROSTER_UPDATE" then
|
||||
pfUI.uf:RefreshUnit(this, "all")
|
||||
elseif this.label == "player" and (event == "PLAYER_AURAS_CHANGED" or event == "UNIT_INVENTORY_CHANGED") then
|
||||
|
||||
Reference in New Issue
Block a user