- fixed a typo in combo points module

- added missing 'then' in gcd module
- removed registration of unnecessary events in player and target mana for DK rune stuff
This commit is contained in:
Parnic
2008-07-27 00:09:32 +00:00
parent 76f4e1b020
commit b9a4b9c8d0
4 changed files with 2 additions and 8 deletions

View File

@ -82,7 +82,7 @@ function ComboPoints.prototype:GetOptions()
opts["gradient"] = {
type = "toggle",
name = "Change color",
desc = "1 compo point: yellow, 5 combo points: red",
desc = "1 combo point: yellow, 5 combo points: red",
get = function()
return self.moduleSettings.gradient
end,