Info modules now display a random stack count from 1 to 5 when in configuration mode for easier Stack Font Size configuring.

This commit is contained in:
Parnic
2014-10-23 20:53:44 -05:00
parent 5f48afadff
commit 7258f037ee

View File

@ -1390,7 +1390,7 @@ function IceTargetInfo.prototype:UpdateBuffType(aura)
icon = [[Interface\Icons\Spell_Frost_Frost]] icon = [[Interface\Icons\Spell_Frost_Frost]]
duration = 60 duration = 60
expirationTime = GetTime() + 59 expirationTime = GetTime() + 59
count = 1 count = math.random(5)
end end
if icon then if icon then