diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-07 13:48:24 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-07 13:48:24 -0500 |
commit | 01f3909fa5de5d9431b4484af02d80368fdf9ea7 (patch) | |
tree | 3b861774386e844c44f638ec439c7ab5cd035299 /conf/map | |
parent | 854f344ce3e9b8b19da84d23bd157e9e2c90b416 (diff) | |
download | serverdata-s20161213.tar.gz serverdata-s20161213.tar.bz2 serverdata-s20161213.tar.xz serverdata-s20161213.zip |
make mapss20161213
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/maps.conf | 67 |
1 files changed, 16 insertions, 51 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 5d9d9c8c..4ce593a8 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -1,58 +1,18 @@ -//================= 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/>. -//========================================================================= -//= Hercules map configuration file. -//========================================================================= -// Used to know which maps are currently being supported by Hercules -//========================================================================= - -// Maps that are in map_list but are not supported by your server map_removed: ( - //"mapname", ) - -// Added maps map_list: ( + "000-0-0", + "000-0-1", "000-0", "000-1", - "001-1", - "000-0-0", "000-2-0", "000-2-1", "000-2-2", "000-2-3", + "000-2-4", + "001-1", "001-2-0", - "001-2-2", - "001-2-3", - "001-2-4", - "001-2-5", - "001-2-6", - "001-2-7", - "001-2-8", - "001-2-9", + "001-2-1", "001-2-10", "001-2-11", "001-2-12", @@ -61,10 +21,9 @@ map_list: ( "001-2-15", "001-2-16", "001-2-17", - "test", - "001-2-1", "001-2-18", "001-2-19", + "001-2-2", "001-2-20", "001-2-21", "001-2-22", @@ -73,9 +32,9 @@ map_list: ( "001-2-25", "001-2-26", "001-2-27", - "testbg", "001-2-28", "001-2-29", + "001-2-3", "001-2-30", "001-2-31", "001-2-32", @@ -85,9 +44,15 @@ map_list: ( "001-2-36", "001-2-37", "001-2-38", - "000-2-4", "001-2-39", + "001-2-4", "001-2-40", "001-2-41", - "000-0-1", -) //map_list + "001-2-5", + "001-2-6", + "001-2-7", + "001-2-8", + "001-2-9", + "test", + "testbg", +) |