fix bugs for classes that dont have any stances (yet)

This commit is contained in:
Hendrik Leppkes
2008-02-21 16:53:12 +00:00
parent 17ed1caa90
commit 720bd42401
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ function StanceBarMod:SetupOptions()
name = "Stance Bar",
desc = "Configure the Stance Bar",
childGroups = "tab",
disabled = function() return GetNumShapeshiftForms() == 0 end,
}
ActionBars.options.args["stance"].args = self.options.table
end