mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-26 08:18:02 -05:00
fix(grpc/v2): Fix PIKMIN 3 name on EUR and JPN
This commit is contained in:
parent
257ef945ec
commit
99173260f1
|
|
@ -203,7 +203,7 @@ export async function listKnownBOSSApps(): Promise<ListKnownBOSSAppsResponse> {
|
||||||
bossAppId: '4krJA4Gx3jF5nhQf',
|
bossAppId: '4krJA4Gx3jF5nhQf',
|
||||||
titleId: BigInt(0x000500001012BE00),
|
titleId: BigInt(0x000500001012BE00),
|
||||||
titleRegion: 'EUR',
|
titleRegion: 'EUR',
|
||||||
name: 'ピクミン3 (PIKMIN 3)',
|
name: 'PIKMIN 3',
|
||||||
tasks: ['histgrm']
|
tasks: ['histgrm']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -217,7 +217,7 @@ export async function listKnownBOSSApps(): Promise<ListKnownBOSSAppsResponse> {
|
||||||
bossAppId: 'VWqUTspR5YtjDjxa',
|
bossAppId: 'VWqUTspR5YtjDjxa',
|
||||||
titleId: BigInt(0x000500001012BC00),
|
titleId: BigInt(0x000500001012BC00),
|
||||||
titleRegion: 'JPN',
|
titleRegion: 'JPN',
|
||||||
name: 'PIKMIN 3',
|
name: 'ピクミン3 (PIKMIN 3)',
|
||||||
tasks: ['histgrm']
|
tasks: ['histgrm']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user