Mercurial > wow > worldplan
diff ClassPlanShipments.lua @ 111:e8b6c5433128 v7.3.0-1
7.3 Updates
author | Nenue |
---|---|
date | Tue, 05 Sep 2017 02:58:24 -0400 |
parents | caa482329919 |
children |
line wrap: on
line diff
--- a/ClassPlanShipments.lua Tue Jul 25 12:38:27 2017 -0400 +++ b/ClassPlanShipments.lua Tue Sep 05 02:58:24 2017 -0400 @@ -114,7 +114,7 @@ print('Talents:') if (talentTrees) then for treeIndex, treeID in ipairs(talentTrees) do - local _, _, tree = C_Garrison.GetTalentTreeInfoForID(garrisonType, treeID); + local _, _, tree = C_Garrison.GetTalentTreeInfoForID(treeID); for talentIndex, talent in ipairs(tree) do local showTalent = false; if (talent.isBeingResearched) or (talent.id == completeTalentID) then