fix: update q4h preset to remove duplicate tasks and improve flow

This commit is contained in:
Nik Afiq 2026-07-29 22:26:57 +09:00
parent 8a96ea4ffa
commit 3c02178b3d

View File

@ -86,9 +86,13 @@ PRESETS = {
"arena", "shop_common", "shop_tactical", "event_sweep", "bounty",
"gem_shop", "mailbox", "stamina", "battle_pass", "event_sweep", "exit_game",
],
# "q4h": [
# "login", "cafe", "mailbox", "stamina", "event_sweep",
# "story_sweep_hard", "event_sweep", "story_sweep", "exit_game"
# ],
"q4h": [
"login", "cafe", "mailbox", "stamina", "event_sweep",
"story_sweep_hard", "event_sweep", "story_sweep", "exit_game"
"login", "cafe", "event_sweep", "mailbox", "stamina",
"event_sweep", "exit_game"
]
}