신규 생성 유저 버그 수정
This commit is contained in:
parent
06dccabf0b
commit
53699cf5ae
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue