diff options
author | maximius <none@none> | 2009-10-17 02:06:12 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-17 02:06:12 -0700 |
commit | ad91c3a94bcb82f169c4be684b015c0a14299584 (patch) | |
tree | 250b527c900003e9be70a46174543233b8bd0ee4 /src/trinitycore/Main.cpp | |
parent | 53b67cb854ce5909e7a6aab2ea47c070a0baae39 (diff) |
* 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
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 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 |