diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-24 16:07:46 +0300 |
commit | ac76b9d1753b15034b7b21ce9d05022da7c424d1 (patch) | |
tree | c24a17befcfa4a24f2a3850695b3fc8b7f20c61c /npc/scripts_mapflags.conf | |
parent | 82f8527da405e62277333e2d4807423487e47721 (diff) | |
download | hercules-ac76b9d1753b15034b7b21ce9d05022da7c424d1.tar.gz hercules-ac76b9d1753b15034b7b21ce9d05022da7c424d1.tar.bz2 hercules-ac76b9d1753b15034b7b21ce9d05022da7c424d1.tar.xz hercules-ac76b9d1753b15034b7b21ce9d05022da7c424d1.zip |
Remove conf dir.
Diffstat (limited to 'npc/scripts_mapflags.conf')
-rw-r--r-- | npc/scripts_mapflags.conf | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf deleted file mode 100644 index c662f7562..000000000 --- a/npc/scripts_mapflags.conf +++ /dev/null @@ -1,59 +0,0 @@ -//================= Hercules Configuration ================================ -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ -//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| -//= | | | | __/ | | (__| |_| | | __/\__ \ -//= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//================= License =============================================== -//= This file is part of Hercules. -//= http://herc.ws - http://github.com/HerculesWS/Hercules -//= -//= Copyright (C) 2012-2016 Hercules Dev Team -//= Copyright (C) Athena Dev Teams -//= -//= 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/>. -//========================================================================= -//= Map Flags -//========================================================================= - -"npc/mapflag/nopvp.txt", -"npc/mapflag/gvg.txt", -"npc/mapflag/jail.txt", -"npc/mapflag/nightmare.txt", -"npc/mapflag/nobranch.txt", -"npc/mapflag/noexp.txt", -"npc/mapflag/noicewall.txt", -"npc/mapflag/noloot.txt", -"npc/mapflag/nomemo.txt", -"npc/mapflag/nopenalty.txt", -"npc/mapflag/nosave.txt", -"npc/mapflag/noteleport.txt", -"npc/mapflag/noreturn.txt", -"npc/mapflag/noskill.txt", -"npc/mapflag/nowarp.txt", -"npc/mapflag/nowarpto.txt", -"npc/mapflag/partylock.txt", -"npc/mapflag/pvp.txt", -"npc/mapflag/pvp_noparty.txt", -"npc/mapflag/pvp_noguild.txt", -"npc/mapflag/night.txt", -"npc/mapflag/zone.txt", -"npc/mapflag/battleground.txt", -"npc/mapflag/novending.txt", -"npc/mapflag/town.txt", -"npc/mapflag/reset.txt", -"npc/mapflag/skillmodifier.txt", -"npc/mapflag/skillduration.txt", -"npc/mapflag/notomb.txt", |