From aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0 Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 7 Jul 2006 04:52:02 +0000 Subject: turned the rest of job numbers to constants git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/novice/supernovice.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/novice/supernovice.txt') diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index d28214673..63f611312 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -25,7 +25,7 @@ aldeba_in.gat,223,167,3 script Tozel 709,{ if(SUPNOV_Q == 1) goto L_Start2; if(BaseJob == Job_SuperNovice) goto L_Twice; - if(BaseJob != 0 || Upper==1) goto L_Otherjob; + if(BaseJob != Job_Novice || Upper==1) goto L_Otherjob; mes "[Tozel]"; mes "Hello, Novice!"; mes "Are you enjoying yourself as a novice, the preferred class of the common man?"; @@ -181,7 +181,7 @@ L_Otherjob: // -- Totaly Useless :) -- aldeba_in.gat,216,169,5 script Serei 86,{ if(BaseJob == Job_SuperNovice) goto L_Supernovice; - if(BaseJob != 0) goto L_Otherjob; + if(BaseJob != Job_Novice) goto L_Otherjob; mes "[Serei]"; mes "You're pretty common."; mes "A common man should live a happy life."; -- cgit v1.2.3-70-g09d2