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/guild/agit_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/guild') diff --git a/npc/guild/agit_template.txt b/npc/guild/agit_template.txt index ae9251609..9163ab582 100644 --- a/npc/guild/agit_template.txt +++ b/npc/guild/agit_template.txt @@ -928,7 +928,7 @@ OnGuardianDied: next; switch(select("Use Storage:Use Guild Storage:Use Warp Service:Rent a Cart:Cancel")) { case 1: - if (basicskillcheck() && getskilllv(1) < 6) { + if (basicskillcheck() && getskilllv("NV_BASIC") < 6) { mes "[Kafra staff]"; mes "I am sorry but you have to be at least Novice skill level 6 if you want to use the storage."; } -- cgit v1.2.3-70-g09d2