[10267] Fixed typo in comment.

Also thanks to SkirnirMaNGOS for pointing to this long existed patch.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
yad02 2010-07-25 00:09:17 +04:00 committed by VladimirMangos
parent d9a7a2ba12
commit 51297e87ae
2 changed files with 3 additions and 3 deletions

View file

@ -486,8 +486,8 @@ AuctionHouseEntry const* AuctionHouseMgr::GetAuctionHouseEntry(Unit* unit)
{
if (unit->GetTypeId() == TYPEID_UNIT)
{
//FIXME: found way for proper auctionhouse selection by another way
// AuctionHo use.dbc have faction field with _player_ factions associated with auction house races.
// FIXME: found way for proper auctionhouse selection by another way
// AuctionHouse.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
uint32 factionTemplateId = unit->getFaction();
switch(factionTemplateId)