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__