diff options
author | megamage <none@none> | 2009-02-13 18:35:21 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-13 18:35:21 -0600 |
commit | 468132696af25b8192320635970f53cc447297e7 (patch) | |
tree | 3512f042b66c81793526747f52f4cc300c6cce6c /src/game/ObjectMgr.h | |
parent | 496c6984abd20925d672eab4be6e8139267740e7 (diff) |
Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ->AuctionHouseMgr.h Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r-- | src/game/ObjectMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 99cd9a5d573..dd26e7fb37b 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -34,7 +34,7 @@ #include "ItemPrototype.h" #include "NPCHandler.h" #include "Database/DatabaseEnv.h" -#include "AuctionHouseObject.h" +#include "AuctionHouseMgr.h" #include "Mail.h" #include "Map.h" #include "ObjectAccessor.h" |