aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/Main.cpp
diff options
context:
space:
mode:
authorChaz Brown <iamparadox@netscape.net>2009-08-29 10:32:10 -0400
committerChaz Brown <iamparadox@netscape.net>2009-08-29 10:32:10 -0400
commit3aabef53ee48e67596d2920cbbc17b9e2238a2cc (patch)
tree8498940710d026c941c469c4419225672914db51 /src/trinitycore/Main.cpp
parenta174a303bb13df5631e3ea5a72ab135791dd1448 (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.cpp2
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