diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 00:29:10 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 00:29:10 -0400 |
commit | 09682ed9057e50a79ea70a150bed50e2cfd22be5 (patch) | |
tree | e78e8747205be086b508f30f4fcdf5eecd074b62 | |
parent | 0a08fe9bbce2e63aee988d2f00c6fd985420873d (diff) |
Change conf versions, check your conf files and make sure they have all the latest options, devs, don't forget to do this when adding/removing options.
--HG--
branch : trunk
-rw-r--r-- | src/trinitycore/Main.cpp | 2 | ||||
-rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 2 | ||||
-rw-r--r-- | src/trinityrealm/Main.cpp | 2 | ||||
-rw-r--r-- | src/trinityrealm/trinityrealm.conf.dist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 4946117670c..e744f74c5a1 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 2009032201 +# define _TRINITY_CORE_CONFVER 2009081701 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 265b51934fd..2f77ec2873a 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1,7 +1,7 @@ ########################################## # Trinity Core worldd configuration file # ########################################## -ConfVersion=2009032201 +ConfVersion=2009081701 ################################################################################################################### # CONNECTIONS AND DIRECTORIES diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index b400e9184cb..e44fbc60cdb 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -38,7 +38,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _REALMDCONFVERSION -# define _REALMDCONFVERSION 2007062001 +# define _REALMDCONFVERSION 2009081701 #endif #ifndef _TRINITY_REALM_CONFIG diff --git a/src/trinityrealm/trinityrealm.conf.dist b/src/trinityrealm/trinityrealm.conf.dist index 363f98ae31c..15c00b3e939 100644 --- a/src/trinityrealm/trinityrealm.conf.dist +++ b/src/trinityrealm/trinityrealm.conf.dist @@ -1,7 +1,7 @@ ########################################## # Trinity Core realmd configuration file # ########################################## -ConfVersion=2007062001 +ConfVersion=2009081701 ################################################################################################################### # REALMD SETTINGS |