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
Klex
VuhDo
Commits
27d06461
Commit
27d06461
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed improper usage of API to check for Druid talent Rampant Growth
parent
184b801c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
VuhDoBarCustomizerHots.lua
VuhDoBarCustomizerHots.lua
+2
-2
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDoBarCustomizerHots.lua
View file @
27d06461
...
...
@@ -483,9 +483,9 @@ function VUHDO_hasTalentRampantGrowth()
return
false
;
end
tTalentRampantGrowthSpellId
=
155834
;
tTalentRampantGrowthSpellId
=
21655
;
_
,
_
,
_
,
tIsTalentSelected
,
_
=
GetTalentInfoByID
(
tTalentRampantGrowthSpellId
);
_
,
_
,
_
,
tIsTalentSelected
,
_
=
GetTalentInfoByID
(
tTalentRampantGrowthSpellId
,
GetActiveSpecGroup
()
);
return
tIsTalentSelected
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
27d06461
...
...
@@ -16,7 +16,8 @@ Known issues:
Bugfixes:
-- Fixed floating point number comparison when closing/canceling VuhDo Options
-- Fixed error speech sound playback during auto-trigger of trinkets and spells
-- Really fixed Cluster Builder calling methods on forbidden frames
-- Fixed Cluster Builder calling methods on forbidden frames
-- Fixed improper usage of API to check for Druid talent Rampant Growth
Improvements:
...
...
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