[F] Fix artemis "Store ID cannot be 0!"

pull/131/head
Azalea 2025-03-20 11:07:47 -04:00
parent 35e7d796ab
commit 2f319e661b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class AimeDbClient(val gameId: String, val keychipShort: String, val server: Str
writeShortLE(0) // 06 2b: Length
writeShortLE(0) // 08 2b: Result
writeAscii(gameId, 6) // 0A 6b: Game ID
writeIntLE(0) // 10 4b: Store ID (Place ID)
writeIntLE(299) // 10 4b: Store ID (Place ID)
writeAscii(keychipShort, 12) // 14 12b: Keychip ID
writer() // Write Payload
setShortLE(6, writerIndex()) // Update Length