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
omicron
VuhDo
Commits
def9e906
Commit
def9e906
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed typo with Blizzard Talent API
parent
6bae42d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
VuhDoBarCustomizerHots.lua
VuhDoBarCustomizerHots.lua
+1
-1
changelog.txt
changelog.txt
+6
-7
No files found.
VuhDoBarCustomizerHots.lua
View file @
def9e906
...
...
@@ -485,7 +485,7 @@ function VUHDO_hasTalentRampantGrowth()
tTalentRampantGrowthSpellId
=
155834
;
_
,
_
,
_
,
tIsTalentSelected
,
_
=
GetTalentInfoByI
d
(
tTalentRampantGrowthSpellId
);
_
,
_
,
_
,
tIsTalentSelected
,
_
=
GetTalentInfoByI
D
(
tTalentRampantGrowthSpellId
);
return
tIsTalentSelected
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
def9e906
Version 3.6
1
.
Version 3.6
2
.
Bugfixes:
-- Fixed Masque integration to no longer call deprecated API 'Skin'
Improvements:
-- Fixed invalid Blizzard Talent API call
Changes:
--------------------------------------------------------------
Version 3.61.
Features:
Bugfixes:
-- Fixed Masque integration to no longer call deprecated API 'Skin'
--------------------------------------------------------------
...
...
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