diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-02 18:33:10 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-02 18:33:10 +0000 |
commit | cc256e4bdc0c3cb858b993e82f53104113f814c4 (patch) | |
tree | eed2a136d870a0012571ed896aa0c17eecc475b1 /npc/scripts_mapflags.conf | |
parent | 9667d693f53f5eb0be58798bbb953aa3ee0146b8 (diff) | |
download | hercules-cc256e4bdc0c3cb858b993e82f53104113f814c4.tar.gz hercules-cc256e4bdc0c3cb858b993e82f53104113f814c4.tar.bz2 hercules-cc256e4bdc0c3cb858b993e82f53104113f814c4.tar.xz hercules-cc256e4bdc0c3cb858b993e82f53104113f814c4.zip |
- Added instance, GVG, and BG maps to nopvp.txt (bugreport:4396)
and changed /conf/mapflag/nopvp.txt to be loaded first.
- Removed a duplicate line in item_misc.txt (bugreport:4453)
- Updated script paths to custom BG scripts, follow up to r14374. (bugreport:4443)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14411 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_mapflags.conf')
-rw-r--r-- | npc/scripts_mapflags.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf index 011d9e3a3..9ba8cf629 100644 --- a/npc/scripts_mapflags.conf +++ b/npc/scripts_mapflags.conf @@ -1,6 +1,7 @@ // -------------------------------------------------------------- // - Map Flags - // -------------------------------------------------------------- +npc: conf/mapflag/nopvp.txt npc: conf/mapflag/gvg.txt npc: conf/mapflag/indoors.txt npc: conf/mapflag/jail.txt @@ -11,7 +12,6 @@ npc: conf/mapflag/noicewall.txt npc: conf/mapflag/noloot.txt npc: conf/mapflag/nomemo.txt npc: conf/mapflag/nopenalty.txt -npc: conf/mapflag/nopvp.txt npc: conf/mapflag/nosave.txt npc: conf/mapflag/noteleport.txt npc: conf/mapflag/noreturn.txt |