pvp: 更改pvpdefense结构
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
import { findPvpDefByRoleId } from '../services/pvpService'
|
||||
import { getFuncsSwitch, gameData } from '../pubUtils/data';
|
||||
import { FUNCS_ID, FUNC_OPT_TYPE } from '../consts/constModules/sysConst';
|
||||
import { RoleModel } from '../db/Role';
|
||||
@@ -22,8 +21,4 @@ export async function eventOnPlayerLvUp(roleId: string, lv: number, addFuncs: Ar
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export async function loginRefresh(roleId: string) {
|
||||
await findPvpDefByRoleId(roleId);
|
||||
}
|
||||
Reference in New Issue
Block a user