summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1e
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-18 19:37:42 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-18 19:37:42 +0000
commit7ea9a47875a1706b6028ed112ff6c0071484a013 (patch)
treee9d506448039b9a2c7f679fb2261609798714137 /npc/jobs/1-1e
parent5cd75ecd95c257e61c15fef5692918c5642e2aea (diff)
downloadhercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.gz
hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.bz2
hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.tar.xz
hercules-7ea9a47875a1706b6028ed112ff6c0071484a013.zip
* Fixed a misplaced quest log entry in Priest job quest, bugreport:6702 (jobs\2-1\priest.txt)
* Fixed an incorrect check in Taekwon job quest, bugreport:6711 (jobs\1-1e\taekwon.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16786 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1e')
-rw-r--r--npc/jobs/1-1e/taekwon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt
index 6d4b2ad52..6d748530f 100644
--- a/npc/jobs/1-1e/taekwon.txt
+++ b/npc/jobs/1-1e/taekwon.txt
@@ -62,7 +62,7 @@ payon,157,141,5 script Phoenix#TKJobChange 753,{
mes "I know that the answer";
mes "will come in time...";
next;
- if (Class != Job_Novice && TK_Q != 0) {
+ if (Class != Job_Novice) {
mes "[Phoenix]";
mes "Noble adventurer:";
mes "if you know anyone who";