mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -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: {},
|
||||
title_parts: {},
|
||||
information: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user