aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpp <none@none>2010-11-29 07:50:15 +0100
committerSpp <none@none>2010-11-29 07:50:15 +0100
commit116d845601bd5625f3d690bd8ae36ec6d742ff44 (patch)
tree5410ccbb04a758374b1708dffc7e86cd061915c5 /src
parent6c495df702ee3a7047bac92265e6565be39d6e74 (diff)
Fix compile
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AuctionHouse/AuctionHouseMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/AuctionHouse/AuctionHouseMgr.cpp b/src/server/game/AuctionHouse/AuctionHouseMgr.cpp
index a190168372b..88d42368215 100644
--- a/src/server/game/AuctionHouse/AuctionHouseMgr.cpp
+++ b/src/server/game/AuctionHouse/AuctionHouseMgr.cpp
@@ -36,8 +36,8 @@
enum eAuctionHouse
{
- AH_MINIMUM_DEPOSIT = 100;
-}
+ AH_MINIMUM_DEPOSIT = 100,
+};
using namespace std;