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() ...@@ -485,7 +485,7 @@ function VUHDO_hasTalentRampantGrowth()
tTalentRampantGrowthSpellId = 155834; tTalentRampantGrowthSpellId = 155834;
_, _, _, tIsTalentSelected, _ = GetTalentInfoById(tTalentRampantGrowthSpellId); _, _, _, tIsTalentSelected, _ = GetTalentInfoByID(tTalentRampantGrowthSpellId);
return tIsTalentSelected; return tIsTalentSelected;
end end
......
Version 3.61. Version 3.62.
Bugfixes: Bugfixes:
-- Fixed Masque integration to no longer call deprecated API 'Skin' -- Fixed invalid Blizzard Talent API call
Improvements:
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