[10124] Fixed typo in mangos.conf.in comment.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Lightunit 2010-06-30 18:34:23 +04:00 committed by VladimirMangos
parent 41f8cfb14c
commit ef1358c901
2 changed files with 2 additions and 2 deletions

View file

@ -1164,7 +1164,7 @@ Visibility.Distance.Grey.Object = 10
# Auction rates (auction time, deposit get at auction start, auction cut from price at auction end) # Auction rates (auction time, deposit get at auction start, auction cut from price at auction end)
# #
# Auction.Deposit.Min # Auction.Deposit.Min
# Mininumum auction deposit size in copper # Minimum auction deposit size in copper
# Default: 0 # Default: 0
# #
# Rate.Honor # Rate.Honor

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10123" #define REVISION_NR "10124"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__