diff options
author | AtlantisRO <atlas@atlantis-ro.net> | 2017-03-13 00:59:38 -0700 |
---|---|---|
committer | AtlantisRO <atlas@atlantis-ro.net> | 2017-03-13 02:31:07 -0700 |
commit | 302c0a6925cb30f200d266e7c213cc8bbb12ba7b (patch) | |
tree | b52b75d4a5650d1b0319cb69a069ce45e9021e12 /npc/pre-re/scripts_main.conf | |
parent | d0568eefba012ec1339f474154a5f239d08f4b41 (diff) | |
download | hercules-302c0a6925cb30f200d266e7c213cc8bbb12ba7b.tar.gz hercules-302c0a6925cb30f200d266e7c213cc8bbb12ba7b.tar.bz2 hercules-302c0a6925cb30f200d266e7c213cc8bbb12ba7b.tar.xz hercules-302c0a6925cb30f200d266e7c213cc8bbb12ba7b.zip |
Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild Dungeon mapflags for pre-renwal and renewal.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
Diffstat (limited to 'npc/pre-re/scripts_main.conf')
-rw-r--r-- | npc/pre-re/scripts_main.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/pre-re/scripts_main.conf b/npc/pre-re/scripts_main.conf index 9381497ec..dda475310 100644 --- a/npc/pre-re/scripts_main.conf +++ b/npc/pre-re/scripts_main.conf @@ -62,6 +62,7 @@ npc_global_list: ( //- Pre-Renewal Script Files - @include "npc/pre-re/scripts.conf" @include "npc/pre-re/scripts_jobs.conf" +@include "npc/pre-re/scripts_mapflags.conf" @include "npc/pre-re/scripts_monsters.conf" @include "npc/pre-re/scripts_warps.conf" |