mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ->AuctionHouseMgr.h
This commit is contained in:
parent
bb7d68347f
commit
ef1c243187
7 changed files with 10 additions and 10 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#include "ObjectMgr.h"
|
#include "ObjectMgr.h"
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "UpdateMask.h"
|
#include "UpdateMask.h"
|
||||||
#include "AuctionHouseObject.h"
|
#include "AuctionHouseMgr.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
|
|
||||||
//please DO NOT use iterator++, because it is slower than ++iterator!!!
|
//please DO NOT use iterator++, because it is slower than ++iterator!!!
|
||||||
|
|
@ -40,8 +40,8 @@ libmangosgame_a_SOURCES = \
|
||||||
ArenaTeam.cpp \
|
ArenaTeam.cpp \
|
||||||
ArenaTeam.h \
|
ArenaTeam.h \
|
||||||
ArenaTeamHandler.cpp \
|
ArenaTeamHandler.cpp \
|
||||||
AuctionHouse.cpp \
|
AuctionHouseHandler.cpp \
|
||||||
AuctionHouseObject.h \
|
AuctionHouseMgr.h \
|
||||||
Bag.cpp \
|
Bag.cpp \
|
||||||
Bag.h \
|
Bag.h \
|
||||||
BattleGround.cpp \
|
BattleGround.cpp \
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#include "ItemPrototype.h"
|
#include "ItemPrototype.h"
|
||||||
#include "NPCHandler.h"
|
#include "NPCHandler.h"
|
||||||
#include "Database/DatabaseEnv.h"
|
#include "Database/DatabaseEnv.h"
|
||||||
#include "AuctionHouseObject.h"
|
#include "AuctionHouseMgr.h"
|
||||||
#include "Mail.h"
|
#include "Mail.h"
|
||||||
#include "Map.h"
|
#include "Map.h"
|
||||||
#include "ObjectAccessor.h"
|
#include "ObjectAccessor.h"
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
RelativePath="..\..\src\game\ArenaTeamHandler.cpp">
|
RelativePath="..\..\src\game\ArenaTeamHandler.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouse.cpp">
|
RelativePath="..\..\src\game\AuctionHouseHandler.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\BattleGround.cpp">
|
RelativePath="..\..\src\game\BattleGround.cpp">
|
||||||
|
|
@ -504,7 +504,7 @@
|
||||||
RelativePath="..\..\src\game\ArenaTeam.h">
|
RelativePath="..\..\src\game\ArenaTeam.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouseObject.h">
|
RelativePath="..\..\src\game\AuctionHouseMgr.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\Bag.cpp">
|
RelativePath="..\..\src\game\Bag.cpp">
|
||||||
|
|
|
||||||
|
|
@ -375,7 +375,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouse.cpp"
|
RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
@ -843,7 +843,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouseObject.h"
|
RelativePath="..\..\src\game\AuctionHouseMgr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouse.cpp"
|
RelativePath="..\..\src\game\AuctionHouseHandler.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
@ -845,7 +845,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\game\AuctionHouseObject.h"
|
RelativePath="..\..\src\game\AuctionHouseMgr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue