- Added slash command '/details api'.

- Major update on our .txt about the API, these files are on the root folder of details! at WoW/Interface/AddOns/Details.
This commit is contained in:
Tercio
2015-10-04 13:46:29 -03:00
parent 0104adf583
commit 9f5d387938
14 changed files with 1265 additions and 95 deletions
+8
View File
@@ -1452,4 +1452,12 @@ function _detalhes.ilevel:GetInOrder()
table.sort (order, _detalhes.Sort2)
return order
end
function _detalhes:GetTalents (guid)
return _detalhes.cached_talents [guid]
end
function _detalhes:GetSpec (guid)
return _detalhes.cached_specs [guid]
end