mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 22:24:35 +01:00
fix for 1.31.0
This commit is contained in:
@@ -33,6 +33,7 @@ namespace AscNet.Common.Database
|
||||
Level = 1,
|
||||
Sign = "",
|
||||
DisplayCharId = 1021001,
|
||||
DisplayCharIdList = new() { 1021001 },
|
||||
Birthday = null,
|
||||
HonorLevel = 1,
|
||||
ServerId = "1",
|
||||
|
||||
@@ -231,6 +231,7 @@ namespace AscNet.Common.MsgPack
|
||||
public long Level { get; set; }
|
||||
public string Sign { get; set; }
|
||||
public long DisplayCharId { get; set; }
|
||||
public List<long> DisplayCharIdList { get; set; } = new();
|
||||
public Birthday? Birthday { get; set; }
|
||||
public long HonorLevel { get; set; }
|
||||
public string ServerId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user