Mercurial > wow > reagentmaker
diff SecureMenu.lua @ 108:618163a6d970 v1.0beta13
Always show counts and bypass all filtering and searches
author | contrebasse |
---|---|
date | Thu, 02 Jun 2011 14:12:06 +0200 |
parents | c8d527a9fb3a |
children | d60d6b4cab0c |
line wrap: on
line diff
--- a/SecureMenu.lua Thu Jun 02 00:57:17 2011 +0200 +++ b/SecureMenu.lua Thu Jun 02 14:12:06 2011 +0200 @@ -230,7 +230,7 @@ btn:SetScript("PreClick",WarnNotMakable) btn:SetAttribute("type", nil) btn:SetAttribute("macrotext", nil) - + btn.countDetail:SetTextColor(1, 0.1, 0.1, 1) btn.icon:SetVertexColor(0.5, 0.5, 0.5) btn.itemName:SetTextColor(1,1,1,0.5) @@ -325,7 +325,7 @@ function A.externalCraftWindow(itemID,superItemID) -- Do not open during combat if InCombatLockdown() then - A.Error(SPELL_FAILED_AFFECTING_COMBAT) + A.Error(SPELL_FAILED_AFFECTING_COMBAT) return end