Converted skill commands integers to strings. Follow up on r12814

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shadow
2008-06-13 10:13:14 +00:00
parent 392c28290c
commit a98253bcc4
57 changed files with 483 additions and 478 deletions

View File

@@ -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.";
}