Mercurial > wow > wowdb-profiler
diff Main.lua @ 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 | 40624eb09591 |
children | ac9f0ccb27a8 |
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