We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911ab72 commit 0a55ac9Copy full SHA for 0a55ac9
npc/base/attribute_trainer.lua
@@ -29,7 +29,7 @@ function M.train(user)
29
30
local reputationPoints = user:getQuestProgress(activityTracker.reputationTrackerQuestID)
31
32
- local pointsPerReduction = 600 -- Every 50 hours RPed reduces the cost one tier, to a minimum of 16 gold.
+ local pointsPerReduction = 600 -- Every 50 hours RPed reduces the cost one tier, to a minimum of 1 gold.
33
34
local RPReductions = math.floor(reputationPoints/pointsPerReduction)
35
0 commit comments