diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-29 10:32:10 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-29 10:32:10 -0400 |
commit | 3aabef53ee48e67596d2920cbbc17b9e2238a2cc (patch) | |
tree | 8498940710d026c941c469c4419225672914db51 /src/trinitycore/Main.cpp | |
parent | a174a303bb13df5631e3ea5a72ab135791dd1448 (diff) |
Fix missed changes in conf file version. Thanks Aokromes
--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 3ca74f4bdd3..8638c74aa1a 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 2009082013 +# define _TRINITY_CORE_CONFVER 2009082901 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |