1
0
Bifurcation 0

Fixed an issue where a talent was returning nil.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-06 18:56:10 +00:00
Parent 62ca61c66d
révision dc11e77101
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -52,7 +52,7 @@ local function GetSpecBolus()
talents[tab] = {}
for ta = 1, GetNumTalents(t) do
local talent, _, _, _, rank, _ = GetTalentInfo(t, ta)
talents[tab][talent] = rank
if talent then talents[tab][talent] = rank end
end
end