Encore version config.

This commit is contained in:
DitFranXX
2021-05-11 22:54:37 +09:00
parent b82ff40c7f
commit 1a9f32916c
3 changed files with 49 additions and 12 deletions
+2 -2
View File
@@ -390,7 +390,7 @@ export const getPlayer: EPR = async (info, data, send) => {
send.object({
player: K.ATTR({ 'no': `${no}` }, {
now_date: K.ITEM('u64', time),
secretmusic: { // TODO: FIX THIS FOR STOP INFOS ON GAME END
secretmusic: { // TODO: FIX THIS
music: _.merge(_.range(0,2800), _.range(5000, 5100)).map(mid => {
return {
musicid: K.ITEM('s32', mid),
@@ -399,7 +399,7 @@ export const getPlayer: EPR = async (info, data, send) => {
}
}),
},
trbitem: {
trbitem: { // TODO: FIX THIS
item: _.range(0,750).map(id => {
return {
itemid: K.ITEM('s32', id),