diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_custom.conf | 6 | ||||
-rw-r--r-- | npc/scripts_main.conf | 2 |
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
// --------------------------------------------------------------
|