1
0
Bifurcation 0

Fixed a bug with talent collection. There is really no need to collect talent info.

Cette révision appartient à :
Nathanial.C.Jones 2012-09-26 00:24:34 +00:00
Parent c74e1c4116
révision e36b2c751f
1 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

@ -44,7 +44,7 @@ local function GetSpecBolus()
local _, race = UnitRace("player")
--[[ assert(racelookup[race]) ]]
--[[
--local bso = Bitstream.Output(8)
local talents = {}
@ -60,9 +60,9 @@ local function GetSpecBolus()
if talent then talents[tab][talent] = rank end
end
end
]]
local spec = {}
spec.talents = talents
-- spec.talents = talents
spec.class = id
spec.race = race
spec.level = level