铁笼死斗积分修改
This commit is contained in:
parent
1244a99c4c
commit
3274911772
@ -1,4 +1,3 @@
|
||||
|
||||
import 'tsrpc';
|
||||
import { ApiCall, BaseConnection, ConnectionStatus, WsServer } from 'tsrpc';
|
||||
import { Wjjl } from './module/collection_wjjl';
|
||||
@ -133,7 +132,7 @@ BaseConnection.prototype.getDefaultFightData = async function (this: BaseConnect
|
||||
posObj = this.gud.matrixPos[this.gud.selectMatrix];
|
||||
}
|
||||
|
||||
let heros = await HeroFun.getHeros(this, Object.values(posObj).filter(_id => _id != ''));
|
||||
let heros = await HeroFun.getHeros(this, Object.values(posObj).filter(_id => _id != '') as string[]);
|
||||
|
||||
Object.entries(posObj).forEach(obj => {
|
||||
let pos = obj[0];
|
||||
|
Loading…
Reference in New Issue
Block a user