Quantcast

We don't want the event to traverse over tags' units

Adrian L Lange [10-27-14 - 14:09]
We don't want the event to traverse over tags' units
Filename
oUF_Reputation.lua
diff --git a/oUF_Reputation.lua b/oUF_Reputation.lua
index 535d8f9..eb213b6 100644
--- a/oUF_Reputation.lua
+++ b/oUF_Reputation.lua
@@ -38,8 +38,6 @@ for tag, func in next, {
 	oUF.Tags.Events[tag] = 'UPDATE_FACTION'
 end

-oUF.Tags.SharedEvents.UPDATE_FACTION = true
-
 local function Update(self, event, unit)
 	if(self.unit ~= unit) then return end