diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:21:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:21:35 +0300 |
commit | e79d9ad0618ea914ecb76f588e8281319f8c385b (patch) | |
tree | 6629cc8918549ed734a44d107f4b6820cce58039 /localserver/conf/constants.conf | |
parent | b6f2f48a4e28fec35e60e5fa16a5bff54839e7ce (diff) | |
download | evol-tools-e79d9ad0618ea914ecb76f588e8281319f8c385b.tar.gz evol-tools-e79d9ad0618ea914ecb76f588e8281319f8c385b.tar.bz2 evol-tools-e79d9ad0618ea914ecb76f588e8281319f8c385b.tar.xz evol-tools-e79d9ad0618ea914ecb76f588e8281319f8c385b.zip |
Add for local server configs version 3.
Diffstat (limited to 'localserver/conf/constants.conf')
-rw-r--r-- | localserver/conf/constants.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/localserver/conf/constants.conf b/localserver/conf/constants.conf new file mode 100644 index 0000000..4562d0c --- /dev/null +++ b/localserver/conf/constants.conf @@ -0,0 +1,30 @@ +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2016 Hercules Dev Team +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Battle local configuration file. +//========================================================================= + +debug: 0 |