diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-04-03 03:53:50 -0300 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-04-27 12:25:52 +0200 |
commit | 8be8b7cff452a966a9d6fef42cdd2054f6eab82b (patch) | |
tree | 2283b535a1dc3d17be7b72ab2555a25c4e9692a6 /src | |
parent | d6e293c7182dcdc317168d3769ef42d003b479a5 (diff) |
Core/AHBot: fix a typo
(cherry picked from commit e594c2d096c101a5b722793612febb6276b3b48e)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/AuctionHouseBot/AuctionHouseBot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp index 588e3b50d4a..b93a979033c 100644 --- a/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp +++ b/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp @@ -357,7 +357,7 @@ uint32 AuctionBotConfig::GetConfigPriceRatio(AuctionHouseType houseType) const { case AUCTION_HOUSE_ALLIANCE: return GetConfig(CONFIG_AHBOT_ALLIANCE_PRICE_RATIO); - case AUCTIONHOUSE_HORDE: + case AUCTION_HOUSE_HORDE: return GetConfig(CONFIG_AHBOT_HORDE_PRICE_RATIO); default: return GetConfig(CONFIG_AHBOT_NEUTRAL_PRICE_RATIO); |