From faec2e2164f6df535dea7b1a6e941ec4fb7e45a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Oct 2016 19:19:15 +0300 Subject: Add additional constants file from import directory. --- .tools/conf/mariadb/constants.conf | 30 ++++++++++++++++++++++++++++++ .tools/conf/mysql/constants.conf | 30 ++++++++++++++++++++++++++++++ db/constants.conf | 4 ++-- 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 .tools/conf/mariadb/constants.conf create mode 100644 .tools/conf/mysql/constants.conf diff --git a/.tools/conf/mariadb/constants.conf b/.tools/conf/mariadb/constants.conf new file mode 100644 index 00000000..4562d0cc --- /dev/null +++ b/.tools/conf/mariadb/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 . +//========================================================================= +//= Battle local configuration file. +//========================================================================= + +debug: 0 diff --git a/.tools/conf/mysql/constants.conf b/.tools/conf/mysql/constants.conf new file mode 100644 index 00000000..4562d0cc --- /dev/null +++ b/.tools/conf/mysql/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 . +//========================================================================= +//= Battle local configuration file. +//========================================================================= + +debug: 0 diff --git a/db/constants.conf b/db/constants.conf index 5408f849..edc2c2a7 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3646,8 +3646,6 @@ constants_db: { /* ==================================================== */ /** evol constants **/ - debug: 0 - comment__: "outdated constants. must be removed" // >>> equip_head: 1 @@ -3874,4 +3872,6 @@ constants_db: { E_TROLL: 126 E_METAL: 127 E_CRYING: 128 + + @include "conf/import/constants.conf" } -- cgit v1.2.3-70-g09d2