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_custom.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_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 91f367cf9..c714e42bc 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -74,8 +74,8 @@ //npc: npc/custom/battleground/bg_common.txt //npc: npc/custom/battleground/bg_tierra_01.txt //npc: npc/custom/battleground/bg_tierra_02.txt -//npc: npc/battleground/bg_flavius_01.txt -//npc: npc/battleground/bg_flavius_02.txt +//npc: npc/custom/battleground/bg_flavius_01.txt +//npc: npc/custom/battleground/bg_flavius_02.txt //npc: npc/custom/battleground/bg_kvm01.txt //npc: npc/custom/battleground/bg_kvm02.txt //npc: npc/custom/battleground/bg_kvm03.txt |