Quantcast

Enable oUF Fader support

Adrian L Lange [03-06-12 - 14:23]
Enable oUF Fader support
Filename
oUF_P3lim.lua
oUF_P3lim.toc
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index ea32896..f8b168b 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -290,6 +290,14 @@ 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
diff --git a/oUF_P3lim.toc b/oUF_P3lim.toc
index e9d1641..e0ef725 100644
--- a/oUF_P3lim.toc
+++ b/oUF_P3lim.toc
@@ -4,6 +4,7 @@
 ## Title: oUF P3lim
 ## Notes: Minimalistic layout
 ## RequiredDeps: oUF
+## OptionalDeps: oUF_Fader

 tags.lua
 oUF_P3lim.lua