diff options
author | Haru <haru@dotalux.com> | 2016-10-30 15:05:31 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-10-30 15:09:19 +0100 |
commit | 5906d253fe048b52218efd3074405131b05b0451 (patch) | |
tree | 04b619fcfc158ed5498cd77ebd74e3b9afb2a368 | |
parent | af775b47b4af769160b9588c154ad8431793f88e (diff) | |
download | hercules-5906d253fe048b52218efd3074405131b05b0451.tar.gz hercules-5906d253fe048b52218efd3074405131b05b0451.tar.bz2 hercules-5906d253fe048b52218efd3074405131b05b0451.tar.xz hercules-5906d253fe048b52218efd3074405131b05b0451.zip |
Re-added the taekwon jobchange quest to the pre-renewal scripts configuration, fixed a typo in the script
- Caused by 0a097048
- Related: da4f4033 (resolved the same issue for renewal)
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | npc/pre-re/jobs/1-1e/taekwon.txt | 4 | ||||
-rw-r--r-- | npc/pre-re/scripts_jobs.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/pre-re/jobs/1-1e/taekwon.txt b/npc/pre-re/jobs/1-1e/taekwon.txt index 3e9814dee..e97cb204d 100644 --- a/npc/pre-re/jobs/1-1e/taekwon.txt +++ b/npc/pre-re/jobs/1-1e/taekwon.txt @@ -28,7 +28,7 @@ //================= Description =========================================== //= Official TaeKwon Job Change Quest //================= Current Version ======================================= -//= 1.0 +//= 1.0.1 //========================================================================= -payon,157,141,5 duplicate(Pheonix) Phoenix#TKJobChangePRE 4_M_MONK +payon,157,141,5 duplicate(TKJobChange) Phoenix#TKJobChangePRE 4_M_MONK diff --git a/npc/pre-re/scripts_jobs.conf b/npc/pre-re/scripts_jobs.conf index 139f9de48..14dc97eee 100644 --- a/npc/pre-re/scripts_jobs.conf +++ b/npc/pre-re/scripts_jobs.conf @@ -36,6 +36,8 @@ "npc/pre-re/jobs/1-1/merchant.txt", "npc/pre-re/jobs/1-1/swordman.txt", "npc/pre-re/jobs/1-1/thief.txt", +// - 1-1 Expanded +"npc/pre-re/jobs/1-1e/taekwon.txt", // - Novice "npc/pre-re/jobs/novice/novice.txt", |