From dd11e398f2b966397ab617bf81adf99ba07696b6 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 27 Aug 2012 17:19:24 +0200 Subject: [PATCH] Monks buff stats aswell --- tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.lua b/tags.lua index c0b0adc..a25d13f 100644 --- a/tags.lua +++ b/tags.lua @@ -120,7 +120,7 @@ end tags.Events['p3lim:unbuffed'] = 'UNIT_AURA' tags.Methods['p3lim:unbuffed'] = function(unit) - if(not UnitAura(unit, 'Mark of the Wild') and not UnitAura(unit, 'Blessing of Kings')) then + if(not UnitAura(unit, 'Mark of the Wild') and not UnitAura(unit, 'Blessing of Kings') and not UnitAura(unit, 'Legacy of the Emperor')) then return '|cffff00ff!|r' end end -- 1.7.9.5