Updated PmcData Prestige property type
This commit is contained in:
@@ -145,7 +145,7 @@ public class BotGenerator
|
||||
WishList = bot.WishList,
|
||||
MoneyTransferLimitData = bot.MoneyTransferLimitData,
|
||||
IsPmc = bot.IsPmc,
|
||||
Prestige = new Prestige()
|
||||
Prestige = new Dictionary<string, long>()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ public class PmcData : BotBase
|
||||
{
|
||||
[JsonPropertyName("Prestige")]
|
||||
[JsonConverter(typeof(ArrayToObjectFactoryConverter))]
|
||||
public Tables.Prestige? Prestige { get; set; }
|
||||
public Dictionary<string, long>? Prestige { get; set; }
|
||||
}
|
||||
|
||||
public class PostRaidPmcData : BotBase
|
||||
|
||||
Reference in New Issue
Block a user