From 7258f037eedb8d0692f30cc2d2e8bc1627d59f99 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 23 Oct 2014 20:53:44 -0500 Subject: [PATCH] Info modules now display a random stack count from 1 to 5 when in configuration mode for easier Stack Font Size configuring. --- modules/TargetInfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TargetInfo.lua b/modules/TargetInfo.lua index 09caa6c..66f1dbe 100644 --- a/modules/TargetInfo.lua +++ b/modules/TargetInfo.lua @@ -1390,7 +1390,7 @@ function IceTargetInfo.prototype:UpdateBuffType(aura) icon = [[Interface\Icons\Spell_Frost_Frost]] duration = 60 expirationTime = GetTime() + 59 - count = 1 + count = math.random(5) end if icon then