Skip to content

Commit

Permalink
Merge pull request #56 from jigglyblunt/main
Browse files Browse the repository at this point in the history
Update config.lua
  • Loading branch information
GhzGarage authored Feb 3, 2024
2 parents aa27e0d + c0db7c4 commit db97cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Config.PawnItems = {
price = math.random(50,100)
},
[4] = {
item = '10kgoldchain',
item = 'tenkgoldchain',
price = math.random(50,100)
},
[5] = {
Expand Down Expand Up @@ -100,7 +100,7 @@ Config.MeltingItems = { -- meltTime is amount of time in minutes per item
meltTime = 0.15
},
[4] = {
item = '10kgoldchain',
item = 'tenkgoldchain',
rewards = {
[1] = {
item = 'diamond',
Expand Down

0 comments on commit db97cd9

Please sign in to comment.