idz: Fix loadGeneralReward codecs

This commit is contained in:
b166fe48b91eb09f279b79a4ecf57b2f8f0d3705 2021-02-03 18:02:18 -05:00 committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent b7187fe0ed
commit 1cfd577f56
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 {