Quantcast

Monks buff stats aswell

Adrian L Lange [08-27-12 - 15:19]
Monks buff stats aswell
Filename
tags.lua
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