Fix typo in traderPriceMultipler
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
"updateTimeDefault": 3600,
|
||||
"tradersResetFromServerStart": true,
|
||||
"purchasesAreFoundInRaid": false,
|
||||
"traderPriceMultipler": 1,
|
||||
"traderPriceMultiplier": 1,
|
||||
"fence": {
|
||||
"discountOptions": {
|
||||
"assortSize": 45,
|
||||
|
||||
@@ -24,7 +24,7 @@ public record TraderConfig : BaseConfig
|
||||
[JsonPropertyName("tradersResetFromServerStart")]
|
||||
public bool TradersResetFromServerStart { get; set; }
|
||||
|
||||
[JsonPropertyName("traderPriceMultipler")]
|
||||
[JsonPropertyName("traderPriceMultiplier")]
|
||||
public double TraderPriceMultiplier { get; set; }
|
||||
|
||||
[JsonPropertyName("fence")]
|
||||
|
||||
Reference in New Issue
Block a user