mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/AHBot: fix a typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user