mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 12:17:28 +08:00
sao: fix quest failing to save
This commit is contained in:
@@ -257,8 +257,6 @@ class SaoFrontend(FE_Base):
|
||||
return RedirectResponse("/game/sao/?e=97", 303)
|
||||
|
||||
await self.data.item.put_hero_party(usr_sesh.user_id, 0, hero1, hero2, hero3)
|
||||
# await self.data.item.put_player_quest(usr_sesh.user_id, 1001, True, 300, 0, 0, 1)
|
||||
# Force the tutorial stage to be completed due to potential crash in-game
|
||||
self.logger.info(f"Web registered User {usr_sesh.user_id} profile {profile_id} with name {name}")
|
||||
|
||||
return RedirectResponse("/game/sao/?s=1", 303)
|
||||
Reference in New Issue
Block a user