diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-22 07:48:46 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-22 07:48:46 +0100 |
commit | 6ccf45f8a0ff87c5572498808ae74d074190273b (patch) | |
tree | 6681700cec97060fef144d97f9cdf077ffe5da47 /src/trinitycore/Main.cpp | |
parent | 0dfa86cefdc28f5b043ed415aac1eae2bb83ee92 (diff) |
Fixed expected .conf version (drink cofee b4 commiting, racz ;))
--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 2225961aedb..3ecde1c788a 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -35,7 +35,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _TRINITY_CORE_CONFVER -# define _TRINITY_CORE_CONFVER 2009010301 +# define _TRINITY_CORE_CONFVER 2009032201 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |