Commit def9e906 authored by Ivaria's avatar Ivaria
Browse files

Fixed typo with Blizzard Talent API

parent 6bae42d4
......@@ -485,7 +485,7 @@ function VUHDO_hasTalentRampantGrowth()
tTalentRampantGrowthSpellId = 155834;
_, _, _, tIsTalentSelected, _ = GetTalentInfoById(tTalentRampantGrowthSpellId);
_, _, _, tIsTalentSelected, _ = GetTalentInfoByID(tTalentRampantGrowthSpellId);
return tIsTalentSelected;
end
......
Version 3.61.
Version 3.62.
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'
--------------------------------------------------------------
......
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