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

Fix: daily_event typo (fixed #2525)

This commit is contained in:
LmeSzinc
2023-04-27 22:12:44 +08:00
parent 3b0cffa420
commit b5398cb97f
2 changed files with 14 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ class RewardCommission(UI, InfoHandler):
total = total[::-1]
self.max_commission = 4
for comm in total:
if comm.genre == 'event_daily':
if comm.genre == 'daily_event':
self.max_commission = 5
running_count = int(
np.sum([1 for c in total if c.status == 'running']))