add options to control the new visibility driver

- currently supports: always hide, when possessing a npc, combat/nocombat, pet/nopet, stance:X
This commit is contained in:
Hendrik Leppkes
2008-09-01 15:09:38 +00:00
parent df656280af
commit d12eb849fe
11 changed files with 224 additions and 39 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ local function createOptionGroup(k, id)
type = "select",
arg = "stance",
values = validStanceTable,
name = module.DefaultStanceMap[playerclass][k].name,
name = Bartender4.StanceMap[playerclass][k].name,
}
return tbl
end