[11742] Fixed typo in ahbot.conf comments.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Azelen 2011-07-18 07:25:01 +04:00 committed by VladimirMangos
parent 575d9c8e5c
commit bc171d5f97
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ ConfVersion=2010102201
# Define the price of selled item here for the Horde Auction House # Define the price of selled item here for the Horde Auction House
# Default 200 # Default 200
# #
# AuctionHouseBot.Alliance.Price.Ratio # AuctionHouseBot.Neutral.Price.Ratio
# Define the price of selled item here for the Neutral Auction House # Define the price of selled item here for the Neutral Auction House
# Default 200 # Default 200
# #

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 "11741" #define REVISION_NR "11742"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__