Skip to content

Commit 0a55ac9

Browse files
committed
amended comment
1 parent 911ab72 commit 0a55ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npc/base/attribute_trainer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function M.train(user)
2929

3030
local reputationPoints = user:getQuestProgress(activityTracker.reputationTrackerQuestID)
3131

32-
local pointsPerReduction = 600 -- Every 50 hours RPed reduces the cost one tier, to a minimum of 16 gold.
32+
local pointsPerReduction = 600 -- Every 50 hours RPed reduces the cost one tier, to a minimum of 1 gold.
3333

3434
local RPReductions = math.floor(reputationPoints/pointsPerReduction)
3535

0 commit comments

Comments
 (0)