diff options
Diffstat (limited to 'npc/kafras/functions_kafras.txt')
-rw-r--r-- | npc/kafras/functions_kafras.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 3a0a1be37..a63f083e2 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -619,7 +619,7 @@ M_SET: mes "You've protected your storage with a secret password."; mes "Thank you for using "+getarg(1)+"."; emotion e_thx; - goto M_END; + goto M_END; M_CLEAR: mes getarg(0); @@ -645,7 +645,7 @@ M_CLEAR: mes "Please, next time enter correct password."; emotion e_sry; } - goto M_END; + goto M_END; L_ZENY: mes "You don't have enough zeny."; |