From 16496f556a38e624dc75a61097ce4d9b6c370d0b Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Tue, 9 Jan 2007 17:59:27 +0000 Subject: - Updated some functions calls that where using the wrong number of arguments with checkcart,checkfalcon,checkriding,getgmlevel,basicskillcheck. hmm, maybe I should add a config option for lazy scripter that still want to run script code that uses too many arguments git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9637 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/novice/supernovice.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs/novice') diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index a988ac0ea..4f94859bb 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -218,7 +218,7 @@ L_Otherjob: // -- Car Rental -- aldebaran.gat,54,238,5 script Kafra 117,{ if(BaseJob != Job_SuperNovice) goto L_Otherjob; - if(checkcart(0) == 1) goto L_GotCart; + if(checkcart() == 1) goto L_GotCart; mes "[Kafra]"; mes "Oh, a Super Novice!"; mes "You're annoyed that the other Kafras won't lend you a cart?"; -- cgit v1.2.3-60-g2f50