summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-02 18:56:16 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-02 18:56:16 +0000
commitf76d5167d8baa44bc57063a3822c1f07749579ec (patch)
tree2d1dd682baf5e4ae6058cf186c5200fa58f3e151 /npc
parent430f60e0b89f43358026ff1a170ac8938a534244 (diff)
downloadhercules-f76d5167d8baa44bc57063a3822c1f07749579ec.tar.gz
hercules-f76d5167d8baa44bc57063a3822c1f07749579ec.tar.bz2
hercules-f76d5167d8baa44bc57063a3822c1f07749579ec.tar.xz
hercules-f76d5167d8baa44bc57063a3822c1f07749579ec.zip
changelog
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5431 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/scripts_custom.conf6
-rw-r--r--npc/scripts_main.conf2
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 15651553d..20a4d0dff 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -28,6 +28,8 @@ Nexon
Date Added
======
+03/02
+ * Added eACC scripts, thanks to davidchak [Vicious]
02/27
* Fixed a flag direction in front of Yesnelph, thanks to Playtester [DracoRPG]
* Fixed wrong Female Thief Bug spawns in Culvert, thanks to happylight [DracoRPG]
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf
index 993755315..083d50fb8 100644
--- a/npc/scripts_custom.conf
+++ b/npc/scripts_custom.conf
@@ -123,8 +123,4 @@ npc: npc/custom/adoption.txt
//Nice Custom thanatos Tower Statues Quest
//npc: npc/custom/quests/tha_statues.txt
// -- A quest for Jewel Case for 99 Level Players of any 2nd Class
-//npc: npc/custom/quests/lvl99_quest.txt
-
-// --------------------------------------------------------------
-// ----------------------- eAAC Scripts -----------------------
-//import: npc/scripts_eaac.conf \ No newline at end of file
+//npc: npc/custom/quests/lvl99_quest.txt \ No newline at end of file
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf
index bdf6eb03c..829d748a3 100644
--- a/npc/scripts_main.conf
+++ b/npc/scripts_main.conf
@@ -46,4 +46,6 @@ import: npc/scripts_jobs.conf
import: npc/scripts_guild.conf
// -- Your NPCs go in this file!
import: npc/scripts_custom.conf
+// -- eAAC Scripts
+//import: npc/scripts_eaac.conf
// --------------------------------------------------------------