diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-22 06:02:06 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-22 06:02:06 +0000 |
commit | 217b01b1c6dae1ad5837cb97aa9f33a65640a72f (patch) | |
tree | e2856c90594fab314ffd5ff24531e545d8059945 /npc | |
parent | 945b5710110eefaf9ddacbfac8f78b6556751015 (diff) | |
download | hercules-217b01b1c6dae1ad5837cb97aa9f33a65640a72f.tar.gz hercules-217b01b1c6dae1ad5837cb97aa9f33a65640a72f.tar.bz2 hercules-217b01b1c6dae1ad5837cb97aa9f33a65640a72f.tar.xz hercules-217b01b1c6dae1ad5837cb97aa9f33a65640a72f.zip |
Crusader Job Q. Made 1 npc name unique. Fixed Engrish
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10802 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index c6a2c4dae..a9b74d436 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -884,11 +884,11 @@ prt_castle,35,151,5 script Patron Knight 751,{ close; } else if(countitem(523) < 1) { - mes "[Briten Pyrod]"; + mes "[Bliant Piyord]"; mes "For the battle test, please prepare one ^3355FFHoly water^000000."; mes "I told you just to purify the candidates."; next; - mes "[Briten Pyrod]"; + mes "[Bliant Piyord]"; mes "Get prepares and come back to here."; mes "I will wait for you."; close; @@ -1193,7 +1193,7 @@ OnTouch: } //=== Purification Test =================================== -job_cru,24,187,4 script Patron Knight 751,{ +job_cru,24,187,4 script Patron Knight#2 751,{ mes "[Bliant Piyord]"; mes "Welcome."; mes "You will take"; |