From ba0a75439b5373c038f5712f57d46cd2f7de794d Mon Sep 17 00:00:00 2001 From: euphyy Date: Fri, 10 Aug 2012 18:45:05 +0000 Subject: * Raw revert of all job files back to r16578, prior to the rewrite in r16579. The updates will be re-applied after more testing is done. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16621 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2a/Professor.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2a/Professor.txt') diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index a28d695e6..b6b38afdc 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -40,7 +40,7 @@ valkyrie,53,47,3 script Scholar#Valkyrie 743,{ mes "process of learning..."; close; } - if ((ADVJOB == Job_Professor) && (Class == Job_Mage_High) && (JobLevel > 39)) { + else if (ADVJOB == Job_Professor && Class == Job_Mage_High && JobLevel > 39) { mes "[Scholar]"; mes "Rune-Midgard doesn't"; mes "have enough Scholars to"; @@ -89,4 +89,5 @@ valkyrie,53,47,3 script Scholar#Valkyrie 743,{ mes "while you are here."; mes "Honor to the warriors!"; close; -} \ No newline at end of file +} + -- cgit v1.2.3-70-g09d2