changeset 166:135ef8805021

Uncommented profession cost-recording code.
author James D. Callahan III <jcallahan@curse.com>
date Thu, 11 Oct 2012 09:08:12 -0500
parents 311e2144c9ed
children 0820f3ab783e
files Main.lua
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Mon Oct 08 15:02:24 2012 -0500
+++ b/Main.lua	Thu Oct 11 09:08:12 2012 -0500
@@ -1844,8 +1844,7 @@
                     class_professions[profession] = {}
                     profession_skills = class_professions[profession]
                 end
-                --                profession_skills[spell_id] = ("%d:%d:%d"):format(required_level, min_skill, ActualCopperCost(_G.GetTrainerServiceCost(index), trainer_standing))
-                profession_skills[spell_id] = ("%d:%d"):format(required_level, min_skill)
+                profession_skills[spell_id] = ("%d:%d:%d"):format(required_level, min_skill, ActualCopperCost(_G.GetTrainerServiceCost(index), trainer_standing))
             end
         end
     end