This commit is contained in:
aozhiwei 2022-11-25 13:57:53 +08:00
parent bac36536d6
commit d9420e9f62

View File

@ -62,7 +62,18 @@ class FeeBack {
switch (Number(row['item_id'])) {
case 666:
{
conn.update(
't_chip',
[
['token_id', row['token_id']],
],
[
['!strength',
() => {
return 'strength + ' + row['item_num']
}],
]
);
}
break;
case 10001: