diff --git a/EpinelPS/Database/JsonDb.cs b/EpinelPS/Database/JsonDb.cs index 21a9b20..ef4af45 100644 --- a/EpinelPS/Database/JsonDb.cs +++ b/EpinelPS/Database/JsonDb.cs @@ -129,7 +129,7 @@ namespace EpinelPS.Database public string Nickname = "SomePlayer"; public int ProfileIconId = 39900; public bool ProfileIconIsPrism = false; - public int ProfileFrame = 1; + public int ProfileFrame = 25; public bool IsAdmin = false; public bool sickpulls = false; public bool IsBanned = false; diff --git a/EpinelPS/Program.cs b/EpinelPS/Program.cs index 43371d0..3b7bf26 100644 --- a/EpinelPS/Program.cs +++ b/EpinelPS/Program.cs @@ -275,12 +275,10 @@ namespace EpinelPS { if (!user.HasCharacter(c)) { - // Generate a unique character ID - int id = user.GenerateUniqueCharacterId(); user.Characters.Add(new Database.Character() { CostumeId = 0, - Csn = id, + Csn = c, Grade = 0, Level = 1, Skill1Lvl = 1,