diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-8/sealedshrine.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 7d898dcf6..5216d1821 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -558,10 +558,10 @@ function script SaggyShrineStatue { deltimer(.@n$+"::OnScheduledDeath"); setq1 HurnscaldQuest_Sagratha, 5; setq3 HurnscaldQuest_Sagratha, 0; - mesn; + mesn l("Guardian Statue"); mesq l("You shall pass. Beyond this gate, she waits for you."); next; - mesn; + mesn l("Guardian Statue"); mesq l("Your worth shall be tested, and from inside, you shall not leave."); } else { doevent(.@n$+"::OnScheduledDeath"); |