ソースを参照

typo fixed

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8931 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 年 前
コミット
f5c1d4e03c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      npc/quests/first_class/tu_sword.txt

+ 2 - 2
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!";