aboutsummaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-13 19:50:20 -0600
committermegamage <none@none>2009-02-13 19:50:20 -0600
commita72c0d223d41bcea12a320b0f6b021b0367aef43 (patch)
tree8b1b4d71a39fe28d8a4dda8b42292d4f2ea5a94a /win
parent468132696af25b8192320635970f53cc447297e7 (diff)
[7266] Use DBC data for auction cut/deposit percents and location (auiction house id in fact).
More auction related code refactoring, Move auction related code from ObjectMgr to AuctionHouseMgr. Author: VladimirMangos --HG-- branch : trunk
Diffstat (limited to 'win')
-rw-r--r--win/VC71/game.vcproj3
-rw-r--r--win/VC80/game.vcproj4
-rw-r--r--win/VC90/game.vcproj4
3 files changed, 11 insertions, 0 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj
index fef56d9493f..bb608f4978e 100644
--- a/win/VC71/game.vcproj
+++ b/win/VC71/game.vcproj
@@ -590,6 +590,9 @@
RelativePath="..\..\src\game\ArenaTeam.h">
</File>
<File
+ RelativePath="..\..\src\game\AuctionHouseMgr.cpp">
+ </File>
+ <File
RelativePath="..\..\src\game\AuctionHouseMgr.h">
</File>
<File
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj
index 72e0a05d168..b9a8cd113ce 100644
--- a/win/VC80/game.vcproj
+++ b/win/VC80/game.vcproj
@@ -926,6 +926,10 @@
>
</File>
<File
+ RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\game\AuctionHouseMgr.h"
>
</File>
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj
index bbfbe10d6b0..27e132539a0 100644
--- a/win/VC90/game.vcproj
+++ b/win/VC90/game.vcproj
@@ -919,6 +919,10 @@
>
</File>
<File
+ RelativePath="..\..\src\game\AuctionHouseMgr.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\game\AuctionHouseMgr.h"
>
</File>