mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-18 12:38:53 +08:00
Fix: dock sort should be ascending in get_common_rarity_cv
This commit is contained in:
@@ -344,7 +344,7 @@ class GemsFarming(CampaignRun, Dock):
|
|||||||
list[Ship]: Common rarity CVs that meet the level, emotion and fleet requirements.
|
list[Ship]: Common rarity CVs that meet the level, emotion and fleet requirements.
|
||||||
"""
|
"""
|
||||||
self.dock_favourite_set(False, wait_loading=False)
|
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')
|
self.dock_filter_set(index='cv', rarity='common', extra='enhanceable', sort='total')
|
||||||
|
|
||||||
logger.hr('FINDING FLAGSHIP')
|
logger.hr('FINDING FLAGSHIP')
|
||||||
|
|||||||
Reference in New Issue
Block a user