diff options
author | XTZGZoReX <none@none> | 2009-04-06 21:14:51 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-06 21:14:51 +0200 |
commit | cc2a089a9d17f90423c6213419cd692786b15f15 (patch) | |
tree | 0898d5ded038d0c414bae1d810708856dcda1eb5 /src/trinitycore/Main.cpp | |
parent | 8c13fe15d400aded239195c80fd3bd43b798efc2 (diff) |
* Trailing whitespace removed.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Main.cpp')
-rw-r--r-- | src/trinitycore/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 3ecde1c788a..7b00073026d 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> @@ -138,7 +138,7 @@ extern int main(int argc, char **argv) return 1; } sLog.outString("Using configuration file %s.", cfg_file); - + uint32 confVersion = sConfig.GetIntDefault("ConfVersion", 0); if (confVersion < _TRINITY_CORE_CONFVER) { |