Release the release version. :) Please squash.

This commit is contained in:
DitFranXX
2021-05-25 21:09:14 +09:00
parent 1a9f32916c
commit d290608305
7 changed files with 36 additions and 75 deletions
-29
View File
@@ -55,35 +55,6 @@ export const gameInfoGet: EPR = async (info, data, send) => {
...obj,
box_term: {
state: K.ITEM('u8', 0)
},
box: {
pack: [
{
state: K.ITEM("u8", 1),
pack_kind: K.ITEM("s32", 0),
pack_id: K.ITEM("s32", 0),
item: [
{
index: K.ITEM("s32", 0),
item_kind: K.ITEM("s32", 0),
item_id: K.ITEM("s32", 2666),
item_param: K.ITEM("str", ""),
},
{
index: K.ITEM("s32", 1),
item_kind: K.ITEM("s32", 0),
item_id: K.ITEM("s32", 2624),
item_param: K.ITEM("str", ""),
},
{
index: K.ITEM("s32", 2),
item_kind: K.ITEM("s32", 0),
item_id: K.ITEM("s32", 2631),
item_param: K.ITEM("str", ""),
},
]
}
]
}
};
} else {
+2 -20
View File
@@ -533,28 +533,10 @@ export const getPlayer: EPR = async (info, data, send) => {
play_date_ms: K.ITEM("u64", BigInt(0))
},
lottery_result: {
unlock_bit: K.ITEM("u64", BigInt(2305843009213693950)),
},
},
lotterybox: {
score_list: {
data: [
{
term: K.ITEM("u8", 0),
score: {
one_day_play_cnt: K.ITEM("s32", 0),
one_day_lottery_cnt: K.ITEM("s32", 0),
lucky_star: K.ITEM("s32", 0),
bear_mark: K.ITEM("s32", 0),
play_date_ms: K.ITEM("u64", BigInt(0))
},
lottery_result: {
unlock_bit: K.ITEM("u64", BigInt(2305843009213693950))
}
},
]
unlock_bit: K.ITEM("u64", BigInt(0))
}
},
lotterybox: {},
...addition,
...playerData,
finish: K.ITEM('bool', 1),