diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 23:23:42 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 23:23:42 +0000 |
commit | 156ab44b02dfc4b349c3c13c46b7ee5b458be033 (patch) | |
tree | 5e20d5b910be0fefd2f67c5ca36d8478c33d1b10 /npc/jobs | |
parent | e2ac585b80854892b736173006b9d800bc5e3fd4 (diff) | |
download | hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.gz hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.bz2 hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.xz hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.zip |
- Fixed typo in WoE:SE Castle announcements (bugreport:3714).
- Fixed typo of a check in god_weapon_creation.txt (bugreport:3613).
- Fixed missing changequest in Knight Job Quest (bugreport:3757).
- Fixed placement of Control Device01#aru04 (bugreport:3716).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 22dc1677f..b96ff2635 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -653,6 +653,7 @@ prt_in,75,107,4 script Sir Andrew#knt 65,{ mes "[Sir Andrew]"; mes "Please go to my fellow Knight, Sir Siracuse, as he will give you your next test. Well done in mastering the Swordman job."; set KNIGHT_Q,4; + changequest 9000,9003; close; } mes "[Sir Andrew]"; |