sao: fixing default party

This commit is contained in:
Midorica 2024-03-02 19:44:16 -05:00
parent 3557578bcd
commit 3fe8bc8c62
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ class SaoBase:
await self.data.item.put_hero_log(user_id, 102000010, 1, 0, 202000000, 0, 3001, 3002, 3004, 30007, 3011)
await self.data.item.put_hero_log(user_id, 105000010, 1, 0, 209000000, 0, 10005, 10002, 10004, 30006, 10003)
await self.data.item.put_hero_log(user_id, 101000110, 1, 0, 201000000, 101000110, 2002, 2001, 2014, 0, 0)
await self.data.item.put_hero_party(user_id, 0, 101000010, 102000010, 103000010)
await self.data.item.put_hero_party(user_id, 0, 101000010, 102000010, 105000010)
await self.data.item.put_equipment_data(user_id, 201000000, 1, 200, 0, 0, 0)
await self.data.item.put_equipment_data(user_id, 202000000, 1, 200, 0, 0, 0)
await self.data.item.put_equipment_data(user_id, 209000000, 1, 200, 0, 0, 0)
@ -115,7 +115,7 @@ class SaoBase:
await self.data.item.put_hero_log(user_id, 102000010, 1, 0, 202000000, 0, 3001, 3002, 3004, 30007, 3011)
await self.data.item.put_hero_log(user_id, 105000010, 1, 0, 209000000, 0, 10005, 10002, 10004, 30006, 10003)
await self.data.item.put_hero_log(user_id, 101000110, 1, 0, 201000000, 101000110, 2002, 2001, 2014, 0, 0)
await self.data.item.put_hero_party(user_id, 0, 101000010, 102000010, 103000010)
await self.data.item.put_hero_party(user_id, 0, 101000010, 102000010, 105000010)
await self.data.item.put_equipment_data(user_id, 201000000, 1, 200, 0, 0, 0)
await self.data.item.put_equipment_data(user_id, 202000000, 1, 200, 0, 0, 0)
await self.data.item.put_equipment_data(user_id, 209000000, 1, 200, 0, 0, 0)