Only activate the Totem Bar on shamans
This commit is contained in:
@@ -39,6 +39,7 @@ function MultiCastMod:SetupOptions()
|
||||
name = L["Totem Bar"],
|
||||
desc = L["Configure the Totem Bar"],
|
||||
childGroups = "tab",
|
||||
disabled = function(info) return select(2, UnitClass("player")) ~= "SHAMAN" end,
|
||||
}
|
||||
Bartender4:RegisterBarOptions("MultiCast", self.options)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user