mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
3.3.5 have minimum deposit = 1 silver
This commit is contained in:
parent
dcc7eed106
commit
635be8f687
2 changed files with 3 additions and 3 deletions
|
|
@ -485,7 +485,7 @@ void World::LoadConfigSettings(bool reload)
|
|||
setConfigPos(CONFIG_FLOAT_RATE_AUCTION_TIME, "Rate.Auction.Time", 1.0f);
|
||||
setConfig(CONFIG_FLOAT_RATE_AUCTION_DEPOSIT, "Rate.Auction.Deposit", 1.0f);
|
||||
setConfig(CONFIG_FLOAT_RATE_AUCTION_CUT, "Rate.Auction.Cut", 1.0f);
|
||||
setConfigPos(CONFIG_UINT32_AUCTION_DEPOSIT_MIN, "Auction.Deposit.Min", 0);
|
||||
setConfigPos(CONFIG_UINT32_AUCTION_DEPOSIT_MIN, "Auction.Deposit.Min", SILVER);
|
||||
setConfig(CONFIG_FLOAT_RATE_HONOR, "Rate.Honor",1.0f);
|
||||
setConfigPos(CONFIG_FLOAT_RATE_MINING_AMOUNT, "Rate.Mining.Amount", 1.0f);
|
||||
setConfigPos(CONFIG_FLOAT_RATE_MINING_NEXT, "Rate.Mining.Next", 1.0f);
|
||||
|
|
|
|||
|
|
@ -1165,7 +1165,7 @@ Visibility.Distance.Grey.Object = 10
|
|||
#
|
||||
# Auction.Deposit.Min
|
||||
# Mininumum auction deposit size in copper
|
||||
# Default: 0
|
||||
# Default: 100 (1 silver)
|
||||
#
|
||||
# Rate.Honor
|
||||
# Honor gain rate
|
||||
|
|
@ -1278,7 +1278,7 @@ Rate.Damage.Fall = 1
|
|||
Rate.Auction.Time = 1
|
||||
Rate.Auction.Deposit = 1
|
||||
Rate.Auction.Cut = 1
|
||||
Auction.Deposit.Min = 0
|
||||
Auction.Deposit.Min = 100
|
||||
Rate.Honor = 1
|
||||
Rate.Mining.Amount = 1
|
||||
Rate.Mining.Next = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue