From 8605b217a7e1c6ed424a8cdf6a987502e4cd6917 Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 13 Jun 2008 10:13:14 +0000 Subject: Converted skill commands integers to strings. Follow up on r12814 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2a/Creator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs/2-2a') diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index 07c462aa2..494182792 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -75,7 +75,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 122,{ close; } else { - if (Class == Job_Creator && MISC_QUEST & 64 && getskilllv(238) == 0) { + if (Class == Job_Creator && MISC_QUEST & 64 && getskilllv("AM_BIOETHICS") == 0) { mes "[Biochemist]"; mes "Ah, have you come to"; mes "retrieve the memories"; -- cgit v1.2.3-60-g2f50