1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-20 21:13:06 +08:00

Fix: old event has reversed dual pt in shop

This commit is contained in:
guoh064
2026-06-18 23:37:02 +08:00
parent 6b4417dfbd
commit ef14cbed9e
4 changed files with 17 additions and 2 deletions

View File

@@ -283,5 +283,6 @@ class EventShop(EventShopClerk):
continue
del_cached_property(self, 'is_event_ended')
del_cached_property(self, 'event_shop_has_urpt')
del_cached_property(self, 'is_pt_reversed')
self.config.task_delay(server_update=True)
return True