Commit 27d06461 authored by Ivaria's avatar Ivaria
Browse files

Fixed improper usage of API to check for Druid talent Rampant Growth

parent 184b801c
......@@ -483,9 +483,9 @@ function VUHDO_hasTalentRampantGrowth()
return false;
end
tTalentRampantGrowthSpellId = 155834;
tTalentRampantGrowthSpellId = 21655;
_, _, _, tIsTalentSelected, _ = GetTalentInfoByID(tTalentRampantGrowthSpellId);
_, _, _, tIsTalentSelected, _ = GetTalentInfoByID(tTalentRampantGrowthSpellId, GetActiveSpecGroup());
return tIsTalentSelected;
end
......
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment