后台:重新计算玩家战力

This commit is contained in:
luying
2022-06-27 15:18:21 +08:00
parent 4dcf421ebf
commit e0d9681635
5 changed files with 67 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export enum HERO_SYSTEM_TYPE {
JEWEL_QUENCH = 28, // 天晶石淬炼
REBIRTH = 29, // 武将重生
TALENT = 30, // 天赋
ROLE_LV = 31, // 玩家等级
RE_CAL = 31, // 重新计算
};
// 武将上限
+7
View File
@@ -824,5 +824,12 @@
"name": "跳过序章",
"module": "role",
"type": "update"
},
{
"id": 119,
"api": "gm.gmRoleHandler.reCalCe",
"name": "重新计算这个玩家的战力",
"module": "role",
"type": "update"
}
]