- committing a really old user-submitted fix (from the forums) for being able to set the minimum buffs/debuffs to 0 in the targetinfo

This commit is contained in:
Parnic
2008-01-21 00:18:32 +00:00
parent 9bf8ace00d
commit 0b6ef43fb5

View File

@ -198,7 +198,7 @@ function TargetInfo.prototype:GetOptions()
self.moduleSettings.perRow = v self.moduleSettings.perRow = v
self:RedrawBuffs() self:RedrawBuffs()
end, end,
min = 5, min = 0,
max = 20, max = 20,
step = 1, step = 1,
disabled = function() disabled = function()