Fix get specID
This commit is contained in:
parent
0666b73b24
commit
c2bb10665d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function Clique:Enable()
|
|||
-- Change to correct profile based on talent spec
|
||||
if self.db.char.switchSpec then
|
||||
self.silentProfile = true
|
||||
self.talentGroup = CA_GetActiveSpecId() + 1
|
||||
self.talentGroup = SpecializationUtil.GetActiveSpecialization()
|
||||
if self.db.char["spec" .. self.talentGroup .. "Profile"] then
|
||||
self.db:SetProfile(self.db.char["spec" .. self.talentGroup .. "Profile"])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue