diff options
author | Machiavelli <none@none> | 2009-10-06 20:46:58 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-10-06 20:46:58 +0200 |
commit | 43b3f834cfa7403bbfe1ff9a25169278ba4a7259 (patch) | |
tree | 35e5faea5052cb894942fd29d3b0dbcbc9a1a7e6 /src/trinitycore/Main.cpp | |
parent | 3bbc0d3324fe5b3101fea689d71e266433bae169 (diff) |
* Allow the initialization of the Wintergrasp OutdoorPvP enviroment to be disabled if configured.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Main.cpp')
-rw-r--r-- | src/trinitycore/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 152f2ceb05e..64ebdfa1bb8 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -40,7 +40,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _TRINITY_CORE_CONFVER -# define _TRINITY_CORE_CONFVER 2009092701 +# define _TRINITY_CORE_CONFVER 2009100601 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |