mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 17:09:26 +08:00
Fix: medalshop still too 2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from module.shop.shop_core import CoreShop, CoreShop_250814
|
||||
from module.shop.shop_general import GeneralShop, GeneralShop_250814
|
||||
from module.shop.shop_guild import GuildShop, GuildShop_250814
|
||||
from module.shop.shop_medal import MedalShop2, MedalShop_250814
|
||||
from module.shop.shop_medal import MedalShop2, MedalShop2_250814
|
||||
from module.shop.shop_merit import MeritShop, MeritShop_250814
|
||||
from module.shop.ui import ShopUI
|
||||
from module.shop_event.shop_event import EventShop
|
||||
@@ -82,7 +82,7 @@ class RewardShop(ShopUI):
|
||||
self.device.click_record_clear()
|
||||
self.shop_tab_250814.set(main=self, upper=2)
|
||||
self.monthly_shop_nav_250814.set(main=self, left=3)
|
||||
MedalShop_250814(self.config, self.device).run()
|
||||
MedalShop2_250814(self.config, self.device).run()
|
||||
|
||||
def run_once(self):
|
||||
# Munitions shops
|
||||
|
||||
Reference in New Issue
Block a user