From e36b2c751f163db19b04fdf903f908e4422bb9ae Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Wed, 26 Sep 2012 00:24:34 +0000 Subject: [PATCH] Fixed a bug with talent collection. There is really no need to collect talent info. --- QuestHelper/collect_spec.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QuestHelper/collect_spec.lua b/QuestHelper/collect_spec.lua index 4eee07b..68c334d 100644 --- a/QuestHelper/collect_spec.lua +++ b/QuestHelper/collect_spec.lua @@ -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