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:
@@ -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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user