mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-26 02:02:29 -05:00
Dummy support trbitem (testing)
This commit is contained in:
parent
65ffaa5417
commit
b82ff40c7f
|
|
@ -399,6 +399,13 @@ export const getPlayer: EPR = async (info, data, send) => {
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
trbitem: {
|
||||||
|
item: _.range(0,750).map(id => {
|
||||||
|
return {
|
||||||
|
itemid: K.ITEM('s32', id),
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
},
|
||||||
chara_list: {},
|
chara_list: {},
|
||||||
title_parts: {},
|
title_parts: {},
|
||||||
information: {
|
information: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user