- changed DruidMana module to (optionally) work with LibDruidMana/DogTag for simplicity/compatibility purposes

This commit is contained in:
Parnic
2008-04-19 01:54:06 +00:00
parent 36bde7ef00
commit 949036675d
4 changed files with 56 additions and 24 deletions

View File

@ -330,7 +330,7 @@ function IceBarElement.prototype:GetOptions()
name = 'Upper Text',
desc = 'The upper text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info',
hidden = function()
return DogTag == nil or self.elementName == "DruidMana"
return DogTag == nil
end,
get = function()
return self.moduleSettings.upperText
@ -352,7 +352,7 @@ function IceBarElement.prototype:GetOptions()
name = 'Lower Text',
desc = 'The lower text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info',
hidden = function()
return DogTag == nil or self.elementName == "DruidMana"
return DogTag == nil
end,
get = function()
return self.moduleSettings.lowerText