From 6a7357c295bf0fc3b5f2c6811cd6f33ebce3fabe Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 27 Feb 2019 21:20:44 +0100 Subject: [PATCH] unitframes: remove invalid event --- api/unitframes.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index 8e0a6451..e06db995 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -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