diff options
Diffstat (limited to 'npc/020-2_Nivalis/baktar.txt')
-rw-r--r-- | npc/020-2_Nivalis/baktar.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-2_Nivalis/baktar.txt b/npc/020-2_Nivalis/baktar.txt index 331660b4..799fd535 100644 --- a/npc/020-2_Nivalis/baktar.txt +++ b/npc/020-2_Nivalis/baktar.txt @@ -109,7 +109,7 @@ L_exotic: close; L_startitem: - setarray @exotic_item$ "", "", "", "", "", "", ""; + setarray @exotic_item$, "", "", "", "", "", "", ""; set @c, 0; set @Q_status, @Q_status & (1<<@BIT_KNOWHIM); callsub S_Update_Var; @@ -333,9 +333,9 @@ L_2_talk2: next; mes "\"but to tell you the truth, HE was ALWAYS the one who directed me.\""; next; - mes "\"I DO NOT LIKE THAT!\""; + mes "\"I DO NOT LIKE THAT!\""; next; - mes "\"I WANT TO BE THE LEADER!\""; + mes "\"I WANT TO BE THE LEADER!\""; next; mes "\"STOP HIM DOING NASTY THINGS\""; next; |