Skip to content

Commit

Permalink
Replace reference to migrated items with their migrated name.
Browse files Browse the repository at this point in the history
Seed the migration.json file.
  • Loading branch information
BevapDin committed Dec 19, 2019
1 parent 7eff771 commit aadd51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/realguns/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "guns_pistol_obscure",
"type": "item_group",
"items": [ [ "m1991a1_38super", 150 ] ]
"items": [ [ "m1911a1_38super", 150 ] ]
},
{
"id": "guns_rifle_rare",
Expand All @@ -38,6 +38,6 @@
{
"id": "mags_obscure",
"type": "item_group",
"items": [ [ "m1991_38smag", 10 ] ]
"items": [ [ "m1911mag_10rd_38super", 10 ] ]
}
]

0 comments on commit aadd51c

Please sign in to comment.