mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Inheritance of InfoGuild in Combat introduced
method signature override issues, separate the two _view_swipe based on their module
This commit is contained in:
@@ -260,7 +260,7 @@ class GuildOperations(GuildBase):
|
||||
self._guild_operations_dispatch()
|
||||
continue
|
||||
|
||||
if not self.view_forward():
|
||||
if not self.guild_view_forward():
|
||||
break
|
||||
|
||||
def _guild_operations_boss_preparation(self, skip_first_screenshot=True):
|
||||
|
||||
Reference in New Issue
Block a user