idz: Fix loadGeneralReward codecs

This commit is contained in:
BemaniWitch 2021-02-03 18:02:18 -05:00 committed by Tau
parent d3bf7d9808
commit 5a73e9b367
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ const funcList130: ReaderFn[] = [
loadEventInfo1,
loadGacha1,
loadGarage1,
loadGeneralReward2,
loadGeneralReward3,
loadGhost1,
loadProfile3,
loadRewardTable1,

View File

@ -11,7 +11,7 @@ export function loadGeneralReward1(buf: Buffer): LoadGeneralRewardRequest {
};
}
loadGeneralReward2.msgCode = 0x013b;
loadGeneralReward2.msgCode = 0x093b;
loadGeneralReward2.msgLen = 0x0010;
export function loadGeneralReward2(buf: Buffer): LoadGeneralRewardRequest {
@ -21,7 +21,7 @@ export function loadGeneralReward2(buf: Buffer): LoadGeneralRewardRequest {
};
}
loadGeneralReward3.msgCode = 0x093b;
loadGeneralReward3.msgCode = 0x013b;
loadGeneralReward3.msgLen = 0x0010;
export function loadGeneralReward3(buf: Buffer): LoadGeneralRewardRequest {