Skip to content

Commit

Permalink
remove double receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Dec 11, 2023
1 parent 8999296 commit 4c54717
Showing 1 changed file with 21 additions and 42 deletions.
63 changes: 21 additions & 42 deletions data/json/obsoletion/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,128 +7,107 @@
{
"id": "ar15_223long",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_223rem_extended", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_223medium",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_223rem_medium", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_223short",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_223rem_short", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_300",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_300blk", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_300medium",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_300blk_medium", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_300short",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_300blk_short", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_50",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_50beowulf", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_50medium",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_50beowulf_medium", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_50short",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_50beowulf_short", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_450",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_450", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_450medium",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_450_medium", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_450short",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_450_short", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "ar15_762",
"type": "MIGRATION",
"replace": "modular_ar15",
"contents": [ { "id": "retool_ar15_762", "count": 1 } ]
"replace": "modular_ar15"
},
{
"id": "mdrx_223",
"type": "MIGRATION",
"replace": "mdrx",
"contents": [ { "id": "retool_mdrx_223rem", "count": 1 } ]
"replace": "mdrx"
},
{
"id": "mdrx_223short",
"type": "MIGRATION",
"replace": "mdrx",
"contents": [ { "id": "retool_mdrx_223rem_short", "count": 1 } ]
"replace": "mdrx"
},
{
"id": "mdrx_300",
"type": "MIGRATION",
"replace": "mdrx",
"contents": [ { "id": "retool_mdrx_300blk", "count": 1 } ]
"replace": "mdrx"
},
{
"id": "mdrx_308",
"type": "MIGRATION",
"replace": "mdrx",
"contents": [ { "id": "retool_mdrx_308win", "count": 1 } ]
"replace": "mdrx"
},
{
"id": "mdrx_308medium",
"type": "MIGRATION",
"replace": "mdrx",
"contents": [ { "id": "retool_mdrx_308win_medium", "count": 1 } ]
"replace": "mdrx"
},
{
"id": "axmc_300",
"type": "MIGRATION",
"replace": "axmc",
"contents": [ { "id": "retool_axmc_300win", "count": 1 } ]
"replace": "axmc"
},
{
"id": "axmc_308",
"type": "MIGRATION",
"replace": "axmc",
"contents": [ { "id": "retool_axmc_308win", "count": 1 } ]
"replace": "axmc"
},
{
"id": "cz600_762",
"type": "MIGRATION",
"replace": "cz600",
"contents": [ { "id": "retool_cz600_762", "count": 1 } ]
"replace": "cz600"
},
{
"id": "mobile_memory_card_used",
Expand Down

0 comments on commit 4c54717

Please sign in to comment.