changeset 173:7354ae12d0f1 1.0.22

Tradeskill costs aren't modified by faction standing, so no need to un-modify them.
author James D. Callahan III <jcallahan@curse.com>
date Wed, 17 Oct 2012 11:51:46 -0500
parents e249cca6dd1c
children 85243603b34c
files Main.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Tue Oct 16 15:14:54 2012 -0500
+++ b/Main.lua	Wed Oct 17 11:51:46 2012 -0500
@@ -32,7 +32,7 @@
 -----------------------------------------------------------------------
 -- Local constants.
 -----------------------------------------------------------------------
-local DB_VERSION = 11
+local DB_VERSION = 12
 local DEBUGGING = false
 local EVENT_DEBUG = false
 
@@ -1913,7 +1913,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:%d"):format(required_level, min_skill, _G.GetTrainerServiceCost(index))
             end
         end
     end