🐞 fix(正在战斗中的队伍不可移动):

This commit is contained in:
luying
2023-03-01 15:07:56 +08:00
parent 92fb7e6235
commit 2768c0254a
7 changed files with 38 additions and 13 deletions
@@ -669,7 +669,7 @@ export class GVGBattleHandler {
async debugStartSchedule() {
let { countdownTime } = getGVGPeriodData();
pinus.app.rpc.guild.guildRemote.setPeriodTime.broadcast(nowSeconds() + GVG.GVG_GUARD_START_TIME, countdownTime);
pinus.app.rpc.guild.guildRemote.setPeriodTime.broadcast(nowSeconds(), countdownTime);
await pinus.app.rpc.systimer.systimerRemote.gvgBattleStartSchedule.broadcast();
return resResult(STATUS.SUCCESS);
}