Fix compile

--HG--
branch : trunk
This commit is contained in:
Spp
2010-11-29 07:50:15 +01:00
parent 6c495df702
commit 116d845601

View File

@@ -36,8 +36,8 @@
enum eAuctionHouse
{
AH_MINIMUM_DEPOSIT = 100;
}
AH_MINIMUM_DEPOSIT = 100,
};
using namespace std;