From 3aabef53ee48e67596d2920cbbc17b9e2238a2cc Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Sat, 29 Aug 2009 10:32:10 -0400 Subject: Fix missed changes in conf file version. Thanks Aokromes --HG-- branch : trunk --- src/trinitycore/Main.cpp | 2 +- src/trinitycore/trinitycore.conf.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index a0360f7e00c..ae79b365f4d 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1,7 +1,7 @@ ########################################## # Trinity Core worldd configuration file # ########################################## -ConfVersion=2009082013 +ConfVersion=2009082901 ################################################################################################################### # CONNECTIONS AND DIRECTORIES -- cgit v1.2.3