aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/Main.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-08-30 19:00:19 -0700
committermaximius <none@none>2009-08-30 19:00:19 -0700
commitaab7742e38b6426730f6f68091026ccac5dc9225 (patch)
treec6db3ae0df9306f72857f884f34a8a24292b176b /src/trinitycore/Main.cpp
parentf5e96f83aa7d4f0813a843f666f97e6fb9851cad (diff)
*Add Rate.MoveSpeed (aka speedpatch) to core
--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 8638c74aa1a..ddb233d557b 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 2009082901
+# define _TRINITY_CORE_CONFVER 2009083001
#endif //_TRINITY_CORE_CONFVER
#ifdef WIN32