diff options
author | maximius <none@none> | 2009-09-12 22:33:24 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-12 22:33:24 -0700 |
commit | c61bb37a0e80aae1dc24618782647c43d2feb174 (patch) | |
tree | 2d259b0f5526d82cd663ef665c0b15d67df7172e /src/trinitycore/Main.cpp | |
parent | 726cdb7b8fa1ceb69cffa69ce039977418b92cc6 (diff) |
*Config option to allow multiple Guild Masters by MrSmite
--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 9d1a9f3321c..c62ada9ab6f 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 2009091101 +# define _TRINITY_CORE_CONFVER 2009091201 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |