From 51297e87ae416ad513684aaa2bd4e8a7dbd3ed03 Mon Sep 17 00:00:00 2001 From: yad02 Date: Sun, 25 Jul 2010 00:09:17 +0400 Subject: [PATCH] [10267] Fixed typo in comment. Also thanks to SkirnirMaNGOS for pointing to this long existed patch. Signed-off-by: VladimirMangos --- src/game/AuctionHouseMgr.cpp | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/AuctionHouseMgr.cpp b/src/game/AuctionHouseMgr.cpp index dadf2af83..57dd09310 100644 --- a/src/game/AuctionHouseMgr.cpp +++ b/src/game/AuctionHouseMgr.cpp @@ -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) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e1e6a7bc3..f9bc0c495 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10266" + #define REVISION_NR "10267" #endif // __REVISION_NR_H__