mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 16:49:06 +00:00
Random Fixes (#554)
* Shops: Fixed stock amount in "Nurmof's Pickaxe Shop" * ConfigLoader:Fix server_debug key/value * Fix "players" Command Text
This commit is contained in:
@@ -2991,27 +2991,27 @@
|
||||
"items": [
|
||||
{
|
||||
"itemId": 1265,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 6
|
||||
},
|
||||
{
|
||||
"itemId": 1267,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 5
|
||||
},
|
||||
{
|
||||
"itemId": 1269,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 4
|
||||
},
|
||||
{
|
||||
"itemId": 1273,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 3
|
||||
},
|
||||
{
|
||||
"itemId": 1271,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 2
|
||||
},
|
||||
{
|
||||
"itemId": 1275,
|
||||
"itemAmount": 10
|
||||
"itemAmount": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user