mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
update
This commit is contained in:
+3
-4
@@ -441,12 +441,11 @@ function E:IsDispellableByMe(debuffType)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function E:GetTalentSpecInfo(isInspect)
|
function E:GetTalentSpecInfo()
|
||||||
local talantGroup = GetActiveTalentGroup(isInspect)
|
|
||||||
local maxPoints, specIdx, specName, specIcon = 0, 0
|
local maxPoints, specIdx, specName, specIcon = 0, 0
|
||||||
|
|
||||||
for i = 1, MAX_TALENT_TABS do
|
for i = 1, 3 do
|
||||||
local name, icon, pointsSpent = GetTalentTabInfo(i, isInspect, nil, talantGroup)
|
local name, icon, pointsSpent = GetTalentTabInfo(i)
|
||||||
if maxPoints < pointsSpent then
|
if maxPoints < pointsSpent then
|
||||||
maxPoints = pointsSpent
|
maxPoints = pointsSpent
|
||||||
specIdx = i
|
specIdx = i
|
||||||
|
|||||||
Reference in New Issue
Block a user