- fixed up a couple more modules with an empty 'animation settings' header and some too-long options that were being ellipsised (is that a word? it is now.)

This commit is contained in:
Parnic
2010-09-12 22:52:37 +00:00
parent 1961b66f57
commit 4b927832df
4 changed files with 9 additions and 30 deletions

View File

@ -163,6 +163,7 @@ function CastBar.prototype:GetOptions()
type = 'toggle',
name = 'Change color when not in range',
desc = 'Changes the bar color to the CastNotInRange color when the target goes out of range for the current spell.',
width = 'double',
get = function()
return self.moduleSettings.rangeColor
end,