diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-27 17:09:04 +0300 |
commit | 2a4e4a197369a169e8e72badc8d82719a8662df7 (patch) | |
tree | 429785937af8ddd8eec7634307d4f69b944b52a8 /npc/scripts_mapflags.conf | |
parent | 6d106a53352cb0c45d0eb695cc7a857d5a017c8f (diff) | |
download | hercules-2a4e4a197369a169e8e72badc8d82719a8662df7.tar.gz hercules-2a4e4a197369a169e8e72badc8d82719a8662df7.tar.bz2 hercules-2a4e4a197369a169e8e72badc8d82719a8662df7.tar.xz hercules-2a4e4a197369a169e8e72badc8d82719a8662df7.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 0a4f64069..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-2015 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: npc/mapflag/nopvp.txt -npc: npc/mapflag/gvg.txt -npc: npc/mapflag/jail.txt -npc: npc/mapflag/nightmare.txt -npc: npc/mapflag/nobranch.txt -npc: npc/mapflag/noexp.txt -npc: npc/mapflag/noicewall.txt -npc: npc/mapflag/noloot.txt -npc: npc/mapflag/nomemo.txt -npc: npc/mapflag/nopenalty.txt -npc: npc/mapflag/nosave.txt -npc: npc/mapflag/noteleport.txt -npc: npc/mapflag/noreturn.txt -npc: npc/mapflag/noskill.txt -npc: npc/mapflag/nowarp.txt -npc: npc/mapflag/nowarpto.txt -npc: npc/mapflag/partylock.txt -npc: npc/mapflag/pvp.txt -npc: npc/mapflag/pvp_noparty.txt -npc: npc/mapflag/pvp_noguild.txt -npc: npc/mapflag/night.txt -npc: npc/mapflag/zone.txt -npc: npc/mapflag/battleground.txt -npc: npc/mapflag/novending.txt -npc: npc/mapflag/town.txt -npc: npc/mapflag/reset.txt -npc: npc/mapflag/skillmodifier.txt -npc: npc/mapflag/skillduration.txt -npc: npc/mapflag/notomb.txt |