Jump to content

[10267][Typo] AuctionHouseMgr.cpp


Recommended Posts

Posted

AuctionHouseEntry const* AuctionHouseMgr::GetAuctionHouseEntry(uint32 factionTemplateId)
{
   uint32 houseid = 1;                                     // dwarf auction house (used for normal cut/etc percents)

   if(!sWorld.getConfig(CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_AUCTION))
   {
       //FIXME: found way for proper auctionhouse selection by another way
       // AuctionHo use.dbc have faction field with _player_ factions associated with auction house races.
       // but no easy way convert creature faction to player race faction for specific city

It should be :

// AuctionHouse.dbc

Posted

every bit helps, this can also be usefull for example in code search ...when developer wants to find this line by search and can't because of a typo...

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use