Skip to content

Commit b7ded23

Browse files
smile0711SalleeMatthew
authored andcommitted
Set income and xp values for creator roles to zero
1 parent 6bc3749 commit b7ded23

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

api/db/seed_data/update_roles_data.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
{
213213
"name": "Item Creator",
214214
"required_xp": "0",
215-
"income_xp": "19",
216-
"income_cc": "225"
215+
"income_xp": "0",
216+
"income_cc": "0"
217217
},
218218
{
219219
"name": "Lead Jail Guard",
@@ -272,8 +272,8 @@
272272
{
273273
"name": "Master Item Creator",
274274
"required_xp": "0",
275-
"income_xp": "21",
276-
"income_cc": "250"
275+
"income_xp": "0",
276+
"income_cc": "0"
277277
},
278278
{
279279
"name": "Master World Builder",
@@ -449,4 +449,4 @@
449449
"income_xp": "0",
450450
"income_cc": "0"
451451
}
452-
]
452+
]

0 commit comments

Comments
 (0)