优化:gm-server创建武将
This commit is contained in:
@@ -773,7 +773,6 @@ export class Rank {
|
||||
* @param serverId 分服
|
||||
*/
|
||||
export async function setRankRedisFromDb(type: string, args?: { serverId?: number }) {
|
||||
|
||||
if (type == REDIS_KEY.TOWER_RANK) {
|
||||
let serverId = args.serverId;
|
||||
let ranks = await RoleModel.getRank('tower', serverId, ROLE_SELECT.RANK);
|
||||
|
||||
Reference in New Issue
Block a user