diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-27 13:33:26 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-27 13:33:26 +0000 |
commit | d5daeaf65b0892f5fd6dfc8cce13cc131d434b80 (patch) | |
tree | 04e96867191c39bbcf375524b95bfcc40f0a8a32 /npc/quests/first_class/tu_magician01.txt | |
parent | ff01632251f796dd2ee851f1d249b3a54af2e40d (diff) | |
download | hercules-d5daeaf65b0892f5fd6dfc8cce13cc131d434b80.tar.gz hercules-d5daeaf65b0892f5fd6dfc8cce13cc131d434b80.tar.bz2 hercules-d5daeaf65b0892f5fd6dfc8cce13cc131d434b80.tar.xz hercules-d5daeaf65b0892f5fd6dfc8cce13cc131d434b80.zip |
parenthesis fix
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8886 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_magician01.txt')
-rw-r--r-- | npc/quests/first_class/tu_magician01.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt index 856b486c6..a20accb4a 100644 --- a/npc/quests/first_class/tu_magician01.txt +++ b/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; |