Quantcast

Add duration timers to target buffs too

Adrian L Lange [10-27-14 - 14:03]
Add duration timers to target buffs too
Filename
oUF_P3lim.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index f245428..41ed3ca 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -383,6 +383,7 @@ local UnitSpecific = {
 		self.Debuffs:SetSize(230, 19.4)
 		self.Debuffs.CustomFilter = FilterTargetDebuffs
 		self.Debuffs.PostUpdateIcon = PostUpdateDebuff
+		self.Buffs.PostUpdateIcon = PostUpdateBuff

 		self.Power.PostUpdate = PostUpdatePower
 		self:Tag(self.HealthValue, '[p3lim:status][p3lim:curhp][ >p3lim:targethp]')