Browse Source

kafra fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7084 54d463be-8e91-2dee-dedb-b68131a5f0ec
evera 19 years ago
parent
commit
e02ca5222a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      npc/Changelog.txt
  2. 1 0
      npc/kafras/functions_kafras.txt

+ 1 - 0
npc/Changelog.txt

@@ -37,6 +37,7 @@ Musashiden
 Date		Added
 ======
 06/09
+	* Fixed a problem with Kafra's getarg(1),6 of showing the default menu [Evera]
 	* Fixed Lighthalzen and Yuno Kafra respawn locations [Playtester]
 	* Implemented two airship mini games scripted by Dj-Yhn [MasterOfMuppets]
 	* A small fix to Shinokas quest [MasterOfMuppets]

+ 1 - 0
npc/kafras/functions_kafras.txt

@@ -100,6 +100,7 @@ function	script	F_Kafra	{
 		//Only storage and other info check
 		case 6:
 			setarray @K_Menu0$[0],"-Use Storage","-Other Information Check","-Cancel";
+			break;
 		//Common Kafra
 		default:
 			setarray @K_Menu0$[0],"-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";