فهرست منبع

parenthesis fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8886 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 سال پیش
والد
کامیت
5e1a7c1b24
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      npc/quests/first_class/tu_magician01.txt

+ 2 - 2
npc/quests/first_class/tu_magician01.txt

@@ -32,7 +32,7 @@ geffen.gat,67,180,4	script	New Mage Manager#M	102,{
 		mes "you've trained more.";
 		close;
 	}
-	if (BaseClass != Job_Mage)) {
+	if (BaseClass != Job_Mage) {
 		mes "Be more confident in your job.";
 		mes "Sometimes other jobs may seem";
 		mes "better but take a look back at yourself";
@@ -40,7 +40,7 @@ geffen.gat,67,180,4	script	New Mage Manager#M	102,{
 		mes "by doing so.";
 		close;
 	}
-	if (eaclass()&(EAJL_UPPER|EAJL_2 && tu_magician01 < 7) {
+	if (eaclass()&(EAJL_UPPER|EAJL_2) && tu_magician01 < 7) {
 		mes "[Mana]";
 		mes "My training isn't very helpful to those that are already skilled in magic. I'm afraid you'll have to rely on yourself to improve your skills.";
 		close;