diff options
-rw-r--r-- | npc/003-0-1/colin.txt | 2 | ||||
-rw-r--r-- | npc/003-0-1/luca.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 688c60d49..882270a70 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -218,7 +218,7 @@ L_T2_S1: next; if (nard_reputation() < 8) { mesn; - mesq l("I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end."); + mesc l("I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end."), 1; next; } mesn; diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index f1294e6e1..c6671ae34 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -218,7 +218,7 @@ L_T2_S1: next; if (nard_reputation() < 8) { mesn; - mesq l("I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end."); + mesc l("I advise you to do more quests on Tulimshar and Candor, otherwise, you will fail right at the end."), 1; next; } mesn; |