diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 11:37:05 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 11:37:05 -0400 |
commit | d0cd451f4ffc96b8273efaf25633f604e67b174f (patch) | |
tree | 90eab05b1031bfb0d64f5296dc440d21d1841f69 /src/trinitycore/Main.cpp | |
parent | 5047eb7a6265d2bf496ef22d7c9a6b30fa21d466 (diff) |
New Filters added to AHBot, moved into AI section for VS
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Main.cpp')
-rw-r--r-- | src/trinitycore/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index e744f74c5a1..1005e0d838a 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 2009081701 +# define _TRINITY_CORE_CONFVER 2009081702 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 |