diff options
| author | KingPin <KingPin@Trinitycore.org> | 2009-01-20 16:44:05 -0600 |
|---|---|---|
| committer | KingPin <KingPin@Trinitycore.org> | 2009-01-20 16:44:05 -0600 |
| commit | e1f765a972f3039cd4e7d80b1dfd7b0e20acdd88 (patch) | |
| tree | ed6c0d20763e6630b6f5d2ce9aa35b46d303b607 /win | |
| parent | 5a549389d62c9e08f944160d8c376f16acc81da4 (diff) | |
AuctionHouseBot patch added. thanx to everyone who worked on it especially Paradox. Only apply 930_characters.sql if you dont already have AHBot installed. AHBot requires an account ID and a character ID to work with, set them in trinitycore.conf and also login atleast once to this character.
--HG--
branch : trunk
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC71/game.vcproj | 16 | ||||
| -rw-r--r-- | win/VC80/game.vcproj | 16 | ||||
| -rw-r--r-- | win/VC90/game.vcproj | 10 |
3 files changed, 42 insertions, 0 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index e31da7f78f8..624c8faf90c 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -200,6 +200,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File @@ -215,6 +225,12 @@ > </File> <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + <File RelativePath="..\..\src\game\Bag.cpp" > </File> diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 75a9932fe13..94d3b0886ac 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -420,6 +420,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File @@ -431,6 +441,12 @@ > </File> <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + <File RelativePath="..\..\src\game\AuctionHouseObject.h" > </File> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 9a59a5fa8f6..2f4b29ea3b8 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -425,6 +425,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File |
