aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/Main.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-09-11 17:51:32 +0200
committerMachiavelli <none@none>2009-09-11 17:51:32 +0200
commit5bd67d1b4b3f60f8322d547ede27765048f00379 (patch)
tree00f0aa0973e547898313ae576e36023a1153d782 /src/trinitycore/Main.cpp
parentf6ace3aa0a2b620f5982e799af7581360a1fc82d (diff)
Allow Wintergrasp honor rewards to be customized. Please update your trinitycore.conf.
--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 5bc8bbaa76f..9d1a9f3321c 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 2009091001
+# define _TRINITY_CORE_CONFVER 2009091101
#endif //_TRINITY_CORE_CONFVER
#ifdef WIN32