Quantcast

No longer using fading

Adrian L Lange [07-01-12 - 01:39]
No longer using fading
Filename
oUF_P3lim.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index 977f212..7ba9c63 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -299,14 +299,6 @@ local function Shared(self, unit)
 		end
 	end

-	self.FadeCasting = true
-	self.FadeCombat = true
-	self.FadeTarget = true
-	self.FadeHealth = true
-	self.FadePower = true
-	self.FadeSmooth = 0.5
-	self.FadeMinAlpha = 0
-
 	if(UnitSpecific[unit]) then
 		return UnitSpecific[unit](self)
 	end