diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-17 15:29:12 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-17 15:29:12 +0000 |
commit | 72335036cad7b0f45f42c1a70644ccefbf2a294c (patch) | |
tree | 1a00bb77e19329d67f24a43f9da308754d251ee7 /npc/scripts_main.conf | |
parent | 670ff1fcef9ebe3d9a69e5c05a7221cd926343a1 (diff) | |
download | hercules-72335036cad7b0f45f42c1a70644ccefbf2a294c.tar.gz hercules-72335036cad7b0f45f42c1a70644ccefbf2a294c.tar.bz2 hercules-72335036cad7b0f45f42c1a70644ccefbf2a294c.tar.xz hercules-72335036cad7b0f45f42c1a70644ccefbf2a294c.zip |
* Whoops, forgot to remove clone_arena from the scripts_eaac.conf. [erKURITA]
* Enabled import: line on scripts_main.conf for scritps_eaac.conf. The scripts
are disabled there anyway.... [erKURITA]
* Commited musashiden's kiel dungeon warps [erKURITA]
Commit done to both trunk & stable.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6132 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_main.conf')
-rw-r--r-- | npc/scripts_main.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf index 829d748a3..e1b771388 100644 --- a/npc/scripts_main.conf +++ b/npc/scripts_main.conf @@ -47,5 +47,5 @@ import: npc/scripts_guild.conf // -- Your NPCs go in this file!
import: npc/scripts_custom.conf
// -- eAAC Scripts
-//import: npc/scripts_eaac.conf
+import: npc/scripts_eaac.conf
// --------------------------------------------------------------
|