🐞 fix(稷下学宫): 添加肉鸽战斗类型为可跳过

This commit is contained in:
luying
2023-09-04 15:57:19 +08:00
parent 58e58a8a38
commit a4278f88de
2 changed files with 2 additions and 0 deletions
@@ -641,6 +641,7 @@ export class NormalBattleHandler {
case WAR_TYPE.EXPEDITION:
case WAR_TYPE.GVG_VESTIGE:
case WAR_TYPE.GVG_BATTLE:
case WAR_TYPE.ROUGE:
canSkip = true;
break;
}