Division by zero fix
This commit is contained in:
parent
48b9bf0f3b
commit
d97fe98a78
21 changed files with 604 additions and 552 deletions
2
API.lua
2
API.lua
|
|
@ -587,7 +587,7 @@ talentsTable = Details:GetTalents (guid)
|
|||
if available, returns a table with 7 indexes with the talentId selected for each tree {talentId, talentId, talentId, talentId, talentId, talentId, talentId}.
|
||||
use with GetTalentInfoByID()
|
||||
|
||||
spec = Details:GetSpec (guid)
|
||||
spec = Details:GetSpec(guid)
|
||||
if available, return the spec id of the actor, use with GetSpecializationInfoByID()
|
||||
|
||||
Details:SetDeathLogLimit (limit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue