pvp&名将擂台:机器人觉醒

This commit is contained in:
luying
2022-08-13 17:09:14 +08:00
parent cbadb4b087
commit eb1ea923c2
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ import { CreateHeroParam } from "../domain/roleField/hero";
import { ACTIVITY_RESOURCES_TYPE } from "../consts";
import { gameData } from "./data";
import { ActivityTaskPassModel } from "../db/ActivityTaskPass";
import { LadderMatchModel } from "@db/LadderMatch";
import { LadderMatchModel } from "../db/LadderMatch";
export async function deletRole(roleId: string) {
let role = await RoleModel.findByRoleId(roleId, null, true, true);