kafra fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7084 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
55df062534
commit
e02ca5222a
@ -37,6 +37,7 @@ Musashiden
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
06/09
|
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]
|
* Fixed Lighthalzen and Yuno Kafra respawn locations [Playtester]
|
||||||
* Implemented two airship mini games scripted by Dj-Yhn [MasterOfMuppets]
|
* Implemented two airship mini games scripted by Dj-Yhn [MasterOfMuppets]
|
||||||
* A small fix to Shinokas quest [MasterOfMuppets]
|
* A small fix to Shinokas quest [MasterOfMuppets]
|
||||||
|
@ -100,6 +100,7 @@ function script F_Kafra {
|
|||||||
//Only storage and other info check
|
//Only storage and other info check
|
||||||
case 6:
|
case 6:
|
||||||
setarray @K_Menu0$[0],"-Use Storage","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Use Storage","-Other Information Check","-Cancel";
|
||||||
|
break;
|
||||||
//Common Kafra
|
//Common Kafra
|
||||||
default:
|
default:
|
||||||
setarray @K_Menu0$[0],"-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Kafra Pass","-Other Information Check","-Cancel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user