mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user