누락된값 수정
This commit is contained in:
parent
9ecdd47c32
commit
de0071a863
|
|
@ -9,6 +9,7 @@ namespace Server.SQL
|
|||
{
|
||||
public class EquipmentData
|
||||
{
|
||||
[Key]
|
||||
public long index { get; set; }
|
||||
public int part { get; set; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ namespace Server.System
|
|||
|
||||
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
|
||||
|
||||
|
||||
//SQL
|
||||
public static DeckInfoSQL deckInfoSQL = new DeckInfoSQL();
|
||||
public static DeckUnitInfoSQL deckUnitInfoSQL = new DeckUnitInfoSQL();
|
||||
|
|
|
|||
Loading…
Reference in New Issue