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/AuctionHouseBot.h | |
parent | 496c6984abd20925d672eab4be6e8139267740e7 (diff) |
Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ->AuctionHouseMgr.h Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/AuctionHouseBot.h')
-rw-r--r-- | src/game/AuctionHouseBot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AuctionHouseBot.h b/src/game/AuctionHouseBot.h index afb3e15e968..0d45adb415f 100644 --- a/src/game/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot.h @@ -3,7 +3,7 @@ #include "Common.h" #include "Log.h" #include "Config/ConfigEnv.h" -#include "AuctionHouseObject.h" +#include "AuctionHouseMgr.h" #define AHB_GREY 0 #define AHB_WHITE 1 #define AHB_GREEN 2 |