신규 생성 유저 버그 수정

This commit is contained in:
김판돌 2024-02-25 21:52:03 +09:00
parent 06dccabf0b
commit 53699cf5ae
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ namespace Server.Service
deckInfo.deck_unit8_id = deckUnitInfoList[8].id; deckInfo.deck_unit8_id = deckUnitInfoList[8].id;
deckInfoList.Add(deckInfo); deckInfoList.Add(deckInfo);
Statics.deckInfoSQL.Insert(deckInfoList); Statics.deckInfoSQL.Insert(deckInfoList);
equipmentList = new List<Equipment>();
#endregion #endregion
} }