mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -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',
|
||||
titleId: BigInt(0x000500001012BE00),
|
||||
titleRegion: 'EUR',
|
||||
name: 'ピクミン3 (PIKMIN 3)',
|
||||
name: 'PIKMIN 3',
|
||||
tasks: ['histgrm']
|
||||
},
|
||||
{
|
||||
|
|
@ -217,7 +217,7 @@ export async function listKnownBOSSApps(): Promise<ListKnownBOSSAppsResponse> {
|
|||
bossAppId: 'VWqUTspR5YtjDjxa',
|
||||
titleId: BigInt(0x000500001012BC00),
|
||||
titleRegion: 'JPN',
|
||||
name: 'PIKMIN 3',
|
||||
name: 'ピクミン3 (PIKMIN 3)',
|
||||
tasks: ['histgrm']
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user