1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Fix: fixed guild logistics refresh bug

- Now Azur Lane will be closed for 10 minutes when triggered guild logistics refresh bug
This commit is contained in:
whoamikyo
2021-02-19 20:09:11 -03:00
parent a0f84696e1
commit 52b50fa53b
3 changed files with 12 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ class ScriptEnd(Exception):
class GameStuckError(Exception):
pass
class LogisticsRefreshBugHandler(Exception):
pass
class GameTooManyClickError(Exception):
pass