diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:04:10 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:04:10 -0300 |
commit | 3b4b0876efdaa78bb55a6ab287fdbb0d50ead2e6 (patch) | |
tree | cd9baf45978f58cb7a836a565b65fd3ed6d2837b /npc/re/scripts_main.conf | |
parent | dc7946e236a41d8c32ee1971745a4ff016431179 (diff) | |
download | hercules-3b4b0876efdaa78bb55a6ab287fdbb0d50ead2e6.tar.gz hercules-3b4b0876efdaa78bb55a6ab287fdbb0d50ead2e6.tar.bz2 hercules-3b4b0876efdaa78bb55a6ab287fdbb0d50ead2e6.tar.xz hercules-3b4b0876efdaa78bb55a6ab287fdbb0d50ead2e6.zip |
Great. Forgot to add some files.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'npc/re/scripts_main.conf')
-rw-r--r-- | npc/re/scripts_main.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/scripts_main.conf b/npc/re/scripts_main.conf index 2bca12324..d9dfcf267 100644 --- a/npc/re/scripts_main.conf +++ b/npc/re/scripts_main.conf @@ -26,7 +26,7 @@ npc: npc/other/Global_Functions.txt npc: npc/other/CashShop_Functions.txt // ------------------- Common Script Files ---------------------- -import: npc/scripts_athena.conf +import: npc/scripts.conf import: npc/scripts_guild.conf import: npc/scripts_jobs.conf import: npc/scripts_mapflags.conf @@ -34,7 +34,7 @@ import: npc/scripts_monsters.conf import: npc/scripts_warps.conf // ------------------- Renewal Script Files --------------------- -import: npc/re/scripts_athena.conf +import: npc/re/scripts.conf import: npc/re/scripts_jobs.conf import: npc/re/scripts_monsters.conf import: npc/re/scripts_warps.conf |