diff options
-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!"; |