summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/kafras/functions_kafras.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index ce2e584c3..b2dd9c01b 100644
--- a/npc/Changelog.txt
+++ b/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]
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt
index dc107e096..d147a3f65 100644
--- a/npc/kafras/functions_kafras.txt
+++ b/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";