From bc171d5f97e44f92c885d289e92e6144edb31ecf Mon Sep 17 00:00:00 2001 From: Azelen Date: Mon, 18 Jul 2011 07:25:01 +0400 Subject: [PATCH] [11742] Fixed typo in ahbot.conf comments. Signed-off-by: VladimirMangos --- src/game/AuctionHouseBot/ahbot.conf.dist.in | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/AuctionHouseBot/ahbot.conf.dist.in b/src/game/AuctionHouseBot/ahbot.conf.dist.in index 907aab222..0ccab7390 100644 --- a/src/game/AuctionHouseBot/ahbot.conf.dist.in +++ b/src/game/AuctionHouseBot/ahbot.conf.dist.in @@ -82,7 +82,7 @@ ConfVersion=2010102201 # Define the price of selled item here for the Horde Auction House # Default 200 # -# AuctionHouseBot.Alliance.Price.Ratio +# AuctionHouseBot.Neutral.Price.Ratio # Define the price of selled item here for the Neutral Auction House # Default 200 # diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2bdc316e3..96a442cf5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11741" + #define REVISION_NR "11742" #endif // __REVISION_NR_H__