From a849f62a06db7c976a50db41373bd3fc6bcadb45 Mon Sep 17 00:00:00 2001 From: Streusel Date: Wed, 13 Feb 2013 16:53:09 -0800 Subject: -Updated Job NPC's to allow Baby Novice to change into other Baby 1-1 classes -Updated Job npc's to use callfunc --- npc/re/jobs/1-1/swordman.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/re/jobs/1-1/swordman.txt') diff --git a/npc/re/jobs/1-1/swordman.txt b/npc/re/jobs/1-1/swordman.txt index cd01ecb28..32605d47e 100644 --- a/npc/re/jobs/1-1/swordman.txt +++ b/npc/re/jobs/1-1/swordman.txt @@ -80,7 +80,7 @@ izlude_in,74,172,4 script Swordman#swd 119,{ mes "In my opinion, Swordman is the best job ever!"; close; case 2: - if(Class != Job_Novice) { + if(Class != Job_Novice && Class != Job_Baby) { mes "[Swordman Guildsman]"; if(Class == Job_Swordman) { mes "You are already an excellent Swordman, aren't you?"; -- cgit v1.2.3-70-g09d2