mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Fix: Conflicts among branches
- [CN][TW] Fix option name - Change ButtonGrids.buttons() to ButtonGrids.buttons
This commit is contained in:
@@ -122,7 +122,7 @@ class GuildShop(ShopBase):
|
||||
|
||||
# Utilize known fixed location for correct item
|
||||
if choice in choices:
|
||||
return shop_select_grid.buttons()[choices.get(choice)]
|
||||
return shop_select_grid.buttons[choices.get(choice)]
|
||||
|
||||
logger.warning(f'shop_get_select --> Missing \'{choice}\' in SELECT_{category.upper()}')
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user