diff options
author | megamage <none@none> | 2009-02-27 12:22:12 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-27 12:22:12 -0600 |
commit | 2d5f3150ab411b2e118f923fc77ee68381c53e90 (patch) | |
tree | acb3df8b4ee0b49644f2e9ff912d86054255ca4b /src | |
parent | a27dd0c41a5910a8849ee39fa95d2a63b90eed24 (diff) |
[7342] Use neutral auctionhouse id in case CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION as more expected. Author: False.Genesis
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/AuctionHouseMgr.cpp | 2 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/AuctionHouseMgr.cpp b/src/game/AuctionHouseMgr.cpp index e3b737c6278..97126abddb2 100644 --- a/src/game/AuctionHouseMgr.cpp +++ b/src/game/AuctionHouseMgr.cpp @@ -466,7 +466,7 @@ void AuctionHouseMgr::Update() AuctionHouseEntry const* AuctionHouseMgr::GetAuctionHouseEntry(uint32 factionTemplateId) { - uint32 houseid = 1; // human auction house + uint32 houseid = 7; // goblin auction house if(!sWorld.getConfig(CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION)) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ac205e21617..69bc7ff5a3d 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 "7341" + #define REVISION_NR "7342" #endif // __REVISION_NR_H__ |