mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Fix compile
--HG-- branch : trunk
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
|
||||
enum eAuctionHouse
|
||||
{
|
||||
AH_MINIMUM_DEPOSIT = 100;
|
||||
}
|
||||
AH_MINIMUM_DEPOSIT = 100,
|
||||
};
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user