Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joschi Grey
VuhDo
Commits
53fbb736
Commit
53fbb736
authored
7 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
As of Legion "active spec group" is always 1
parent
c2a20ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
VuhDoToolbox.lua
VuhDoToolbox.lua
+3
-2
No files found.
VuhDoToolbox.lua
View file @
53fbb736
...
...
@@ -471,9 +471,10 @@ end
function
VUHDO_getTalentSpellId
(
aTalentName
)
for
tier
=
1
,
7
do
for
column
=
1
,
3
do
local
id
,
name
,
_
,
selected
,
_
=
GetTalentInfo
(
tier
,
column
,
GetActiveSpecGroup
());
-- as of Legion "active spec group" is always 1
local
id
,
name
,
_
,
selected
,
_
=
GetTalentInfo
(
tier
,
column
,
1
);
if
name
==
aTalentName
and
selected
then
if
selected
and
name
==
aTalentName
then
return
id
;
end
end
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment