排行榜:fix

This commit is contained in:
luying
2021-04-12 09:47:17 +08:00
parent 003094f466
commit 3e6dbc44fd
2 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ import Hero, { HeroType, HeroUpdate } from '../db/Hero';
import { defaultHeroes } from './pvpService';
import { RoleUpdate, RoleType } from '../db/Role';
import { Rank, updateUserInfo } from './rankService';
import { Rank } from './rankService';
import { REDIS_KEY } from '../consts';
import { updateUserInfo } from './redisService';
//修改并下发战力
export async function calPlayerCeAndSave(type: number, sid: string, roleId: string, originHero: HeroType, update: HeroUpdate, args?: Array<number>) {