diff options
Diffstat (limited to 'npc/kafras/kafras.txt')
-rw-r--r-- | npc/kafras/kafras.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/kafras/kafras.txt b/npc/kafras/kafras.txt index adffbfb8e..29b1b02da 100644 --- a/npc/kafras/kafras.txt +++ b/npc/kafras/kafras.txt @@ -49,7 +49,7 @@ aldeba_in,96,181,4 script Kafra Service 4_F_KAFRA5,{ mes "Headquarters. Did you"; mes "need something?"; next; - switch(select("Save:Use Storage:Rent a Pushcart:Cancel")) { + switch(select("Save", "Use Storage", "Rent a Pushcart", "Cancel")) { case 1: mes "[Kafra Leilah]"; mes "Your Respawn Point has"; @@ -421,7 +421,7 @@ cmd_fild07,136,134,4 script Kafra Employee::kaf_cmd_fild07 4_F_KAFRA7,{ mes "How may I assist you?"; callfunc "F_Kafra",5,0,1,40,820; if (RENEWAL) - savepoint strnpcinfo(4),129,97; + savepoint strnpcinfo(NPC_MAP),129,97; else savepoint "izlude",94,103; callfunc "F_KafEnd",0,1,"in the city of Izlude"; |