diff options
-rw-r--r-- | npc/018-6-3/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index ee7553c25..c3c0f33e0 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -406,7 +406,7 @@ OnInstanceInit: mesc l("It's written in an ancient language, you cannot understand what's written."); mesc l("The symbols at the end of the book look to be warnings, though."); mesc l("I should check if I have more than enough potions and food before proceeding!"); - mesc l("REMEMBER: FAILURE AT FINAL BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; + mesc l("REMEMBER: FAILURE AT A BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; close; } mes ".:: " + l("Orbyter Shrine") + " ::."; @@ -428,7 +428,7 @@ OnInstanceInit: mesn strcharinfo(0); mesc l("This shrine seems to be a dangerous place, and nobody should defile it."); mesc l("I should check if I have more than enough potions and food before proceeding!"); - mesc l("REMEMBER: FAILURE AT FINAL BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; + mesc l("REMEMBER: FAILURE AT A BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; } close; |