aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-04-03 03:53:50 -0300
committerariel- <ariel-@users.noreply.github.com>2017-04-03 03:53:50 -0300
commite594c2d096c101a5b722793612febb6276b3b48e (patch)
tree661fcdda3c8a1cc05a8d6f03f6cf97f2200c1b4e /src
parent7f8bfe68d0f660643c8bd4c63d2129d220c2184c (diff)
Core/AHBot: fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AuctionHouseBot/AuctionHouseBot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp
index 26c5c3874e8..c7724fa144a 100644
--- a/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp
+++ b/src/server/game/AuctionHouseBot/AuctionHouseBot.cpp
@@ -358,7 +358,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);