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