diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 07:26:06 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-31 07:26:06 +0000 |
commit | 7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2 (patch) | |
tree | b4bf84a8a8eb26de5b20595415ee96a77a1ea7a4 /npc/scripts_custom.conf | |
parent | c7ae22a6df40d2e2af5fab914c9e113471562560 (diff) | |
download | hercules-7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2.tar.gz hercules-7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2.tar.bz2 hercules-7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2.tar.xz hercules-7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2.zip |
[Fixed]:
- Latest client support completed!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6880 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 8207d8b1a..edb1be2b2 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -36,7 +36,7 @@ npc: npc/custom/adoption.txt // -- Reset NPC
//npc: npc/custom/jobs/reset.txt
// -- Job Changer
-//npc: npc/custom/jobs/jobmaster.txt
+npc: npc/custom/jobs/jobmaster.txt
// -- Healer(s)
//npc: npc/custom/healers/heal.txt
//npc: npc/custom/healers/heal_payment.txt
@@ -90,8 +90,8 @@ npc: npc/custom/adoption.txt //npc: npc/custom/Lance/FR_WeatherController.c
//npc: npc/custom/Lance/FR_MailSystem.c
//npc: npc/sample/npc_dynamic_shop.txt
-//npc: npc/sample/monster_controller.cpp
-//npc: npc/custom/Lance/Sentry.cpp
+npc: npc/sample/monster_controller.cpp
+npc: npc/custom/Lance/Sentry.cpp
// --------------------------------------------------------------
// --------------------------------------------------------------
|