Fix: 修复战术学院技能学满时卡住的问题

This commit is contained in:
LmeSzinc 2020-05-15 14:20:40 +08:00
parent fa0a243df1
commit d8683d4b95

View File

@ -216,6 +216,9 @@ class RewardTacticalClass(UI, InfoHandler):
continue
if self.handle_popup_confirm():
continue
if self.handle_urgent_commission(save_get_items=False):
# Only one button in the middle, when skill reach max level.
continue
if self.appear(TACTICAL_CLASS_CANCEL, offset=(30, 30), interval=1) \
and self.appear(TACTICAL_CLASS_START, offset=(30, 30)):
self._tactical_books_choose()