1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-18 04:36:38 +08:00

Fix: dock sort should be ascending in get_common_rarity_cv

This commit is contained in:
guoh064
2026-07-15 19:48:59 +08:00
parent f6255afd62
commit d09a988738

View File

@@ -344,7 +344,7 @@ class GemsFarming(CampaignRun, Dock):
list[Ship]: Common rarity CVs that meet the level, emotion and fleet requirements.
"""
self.dock_favourite_set(False, wait_loading=False)
self.dock_sort_method_dsc_set(True, wait_loading=False)
self.dock_sort_method_dsc_set(False, wait_loading=False)
self.dock_filter_set(index='cv', rarity='common', extra='enhanceable', sort='total')
logger.hr('FINDING FLAGSHIP')