fix: 🐛 Trying to fix ex's bg event bug after nt support

This commit is contained in:
DitFranXX
2021-05-26 19:52:27 +09:00
parent 860e2c8c7b
commit edc6b09a33
2 changed files with 9 additions and 15 deletions
+5 -14
View File
@@ -391,20 +391,11 @@ export const getPlayer: EPR = async (info, data, send) => {
player: K.ATTR({ 'no': `${no}` }, {
now_date: K.ITEM('u64', time),
secretmusic: { // TODO: FIX THIS
music: _.merge(_.range(0,2800), _.range(5000, 5100)).map(mid => {
return {
musicid: K.ITEM('s32', mid),
seq: K.ITEM('u16', 255),
kind: K.ITEM('s32', 40),
}
}),
},
trbitem: { // TODO: FIX THIS
item: _.range(0,750).map(id => {
return {
itemid: K.ITEM('s32', id),
}
}),
music: {
musicid: K.ITEM('s32', 0),
seq: K.ITEM('u16', 255),
kind: K.ITEM('s32', 40),
}
},
chara_list: {},
title_parts: {},