1
This commit is contained in:
parent
bac36536d6
commit
d9420e9f62
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user