From ad91c3a94bcb82f169c4be684b015c0a14299584 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 02:06:12 -0700 Subject: * Wintergrasp: Elementals/Revenants only visible outside Wartime. By Spp *Wintergrasp: Fixed Towers, weren't giving rewards. By Spp *Wintergrasp: Cosmetic changes to make code easier to follow. By Spp (idea by Biglad) *Wintergrasp: Building are immune to damage outside Wartime. By Spp (Original code by Biglad) *Wintergrasp: Modified Custom Honor (Honor and marks) to fit with rank level. By Spp (Thanks to Gyullo and Magnarion) *Some cleanup. --HG-- branch : trunk --- src/trinitycore/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trinitycore/Main.cpp') diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 3bcbb02b9d7..342252741fb 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 2009101501 +# define _TRINITY_CORE_CONFVER 2009101701 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 -- cgit v1.2.3