diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 03:59:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 03:59:22 +0000 |
commit | 42ce0d32d93eefd0b96baab07fe26718c70e2e0f (patch) | |
tree | 93c93a09fd5e3383c721bc8e7ab88441c5dd2485 /npc/jobs | |
parent | 7548398638e921e12a98658f3fd5756ae93c9595 (diff) | |
download | hercules-42ce0d32d93eefd0b96baab07fe26718c70e2e0f.tar.gz hercules-42ce0d32d93eefd0b96baab07fe26718c70e2e0f.tar.bz2 hercules-42ce0d32d93eefd0b96baab07fe26718c70e2e0f.tar.xz hercules-42ce0d32d93eefd0b96baab07fe26718c70e2e0f.zip |
Removed duplicate Morroc city npc (bugreport:277)
Fix to the knight job quest. (bad areawarp destination)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11568 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 4f5dd4a9a..a64d60a7c 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -5,7 +5,7 @@ //= Converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.4 +//= 2.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -31,6 +31,7 @@ //= 2.4 Minor fixes to timer#knt. [L0ne_W0lf] //= 2.5 Fixes a small bug with making claymores. [L0ne_W0lf] //= Corrected usages of killmonster and killmonsterall. +//= 2.6 Corrected an improper areawarp destination. [L0ne_W0lf] //============================================================ prt_in,88,101,4 script Chivalry Captain#knt 56,{ @@ -1458,7 +1459,7 @@ OnTimer180000: end; OnTimer181000: - areawarp "job_knt", 24, 32, 63, 71, "prt_in",100,100; + areawarp "job_knt", 24, 32, 63, 71, "prt_in",80,100; end; OnTimer182000: |