commented out nonexistent specialization in classic

see #1
Cette révision appartient à :
Albirew 2019-10-12 14:05:53 +02:00
Parent 3313d1df69
révision a09a81f8ec
1 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -323,7 +323,8 @@ function Bar.New(BarSave)
--table.insert(NewBar.LeftControls, NewBar.LabelButton);
-- a bit hacky - but to get this out sooner rather than a bigger refactor
local NumSpecs = GetNumSpecializations()
-- local NumSpecs = GetNumSpecializations() -- DOESN'T EXIST IN CLASSIC
local NumSpecs = 1;
for i = 1, NumSpecs do
--[[Hide On Talent # Button]]--
NewBar["HSpec"..i.."Button"] = UILib.CreateButton(Background, Const.MiniIconSize, Const.MiniIconSize, --parent, width, height