From 53699cf5ae548a30e591fa3a411e977b03b87d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Sun, 25 Feb 2024 21:52:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A0=EA=B7=9C=20=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EC=9C=A0=EC=A0=80=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Service/Login.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Server/Service/Login.cs b/Server/Service/Login.cs index 2d78f59..9f02356 100644 --- a/Server/Service/Login.cs +++ b/Server/Service/Login.cs @@ -112,6 +112,8 @@ namespace Server.Service deckInfo.deck_unit8_id = deckUnitInfoList[8].id; deckInfoList.Add(deckInfo); Statics.deckInfoSQL.Insert(deckInfoList); + + equipmentList = new List(); #endregion }