From 028a7517ec21e57b3da1bdb0631715f552800072 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 23 Mar 2005 20:36:15 +0000 Subject: fixed WOE fixed Kafra git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1279 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/functions_kafras.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/kafras') diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 0483ebafe..ff4b552ee 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -9,7 +9,7 @@ //= Lupus //= kobra_k88 (2.0) //===== Current Version: ===================================== -//= 2.2b +//= 2.3 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: =============================================== @@ -24,7 +24,7 @@ //= 2.2a Minor changes to function calls. Using agruments. Added Guild options. [kobra_k88] //= 2.2b This version uses arrays for the teleport option. //= Rearranged next statements to make menu transitions smoother. [kobra_k88] -//= Fixed typo >_< [Aria] +//= 2.3 Removed SAVE from Niflheim. [Lupus] //============================================================ @@ -44,8 +44,7 @@ function script F_Kafra { if(getarg(0)==2) menu "-Use Storage",M_Storage, "-Use Guild Storage",M_GStorage, "-Rent a Cart",M_Cart, "-Use Teleport Service",M_Teleport, "-Cancel",M_End; - if(getarg(1)==1) menu "-Save",M_Save, "-Use Storage",M_Storage, "-Rent a Cart",M_Cart, "-Kafra Pass",M_Pass, "-Other Information Check",M_Info, - "-Cancel",M_End; + if(getarg(1)==1) menu "-Use Storage",M_Storage, "-Cancel",M_End; menu "-Save",M_Save, "-Use Storage",M_Storage, "-Use Teleport Service",M_Teleport, "-Rent a Cart",M_Cart, "-Kafra Pass",M_Pass, "-Other Information Check",M_Info, "-Cancel",M_End; -- cgit v1.2.3-70-g09d2