寻宝:修改机器人伤害计算机制

This commit is contained in:
liangtongchuan
2021-01-27 16:00:48 +08:00
parent 3d29da928e
commit 58b8d1c05d
4 changed files with 92 additions and 21 deletions
+1
View File
@@ -71,6 +71,7 @@ app.configure(function() {
redisService.initAllRank();
redisService.clearComBtlQueue();
updateTeamStatus(COM_TEAM_STATUS.DEFAULT, COM_TEAM_STATUS.LOOSE);
updateTeamStatus(COM_TEAM_STATUS.FIGHTING, COM_TEAM_STATUS.LOOSE);
}
});