diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-04 04:53:10 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-04 04:53:10 +0000 |
commit | c56de8b902a24560112aed336b70a1eca1d10014 (patch) | |
tree | 4f90673f0c4210a32f43d9574268c4e070889c72 | |
parent | c7b7d7572164cae3809d805f526d871d283e7f2a (diff) | |
download | hercules-c56de8b902a24560112aed336b70a1eca1d10014.tar.gz hercules-c56de8b902a24560112aed336b70a1eca1d10014.tar.bz2 hercules-c56de8b902a24560112aed336b70a1eca1d10014.tar.xz hercules-c56de8b902a24560112aed336b70a1eca1d10014.zip |
typo fixed
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8931 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/quests/first_class/tu_sword.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/first_class/tu_sword.txt b/npc/quests/first_class/tu_sword.txt index 053965f6a..a34ed8f64 100644 --- a/npc/quests/first_class/tu_sword.txt +++ b/npc/quests/first_class/tu_sword.txt @@ -38,7 +38,7 @@ izlude_in.gat,82,163,3 script Shurank 733,{ mes "come back to me..."; close; } - if (BaseClass == Job_Swordman && eaclass()&(EAJL_2|&EAJL_UPPER)) { + if (BaseClass == Job_Swordman && eaclass()&(EAJL_2|EAJL_UPPER)) { mes "From your raiment,"; mes "I see that you are"; if (Sex) @@ -928,7 +928,7 @@ geffen.gat,154,143,3 script Dequ'ee 734,{ mes "I don't know how you want to live your life, but you should give the Swordman job some serious thought..."; close; } - if (BaseClass == Job_Swordman && eaclass()&(EAJL_2|&EAJL_UPPER)) { + if (BaseClass == Job_Swordman && eaclass()&(EAJL_2|EAJL_UPPER)) { mes "[Dequ'ee]"; mes "Ah..."; mes "A fellow sword wielder!"; |