diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:45:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:45:02 -0300 |
commit | b9072c56b7fc6300b42c4508905aa5a8b471b2ac (patch) | |
tree | c6bb40fd802cffbbda36a7850c9193e5d124f5eb /npc/015-8/sealedshrine.txt | |
parent | 00307ecae2cb0a3655195e7c2b93df78b1489d4e (diff) | |
download | serverdata-b9072c56b7fc6300b42c4508905aa5a8b471b2ac.tar.gz serverdata-b9072c56b7fc6300b42c4508905aa5a8b471b2ac.tar.bz2 serverdata-b9072c56b7fc6300b42c4508905aa5a8b471b2ac.tar.xz serverdata-b9072c56b7fc6300b42c4508905aa5a8b471b2ac.zip |
Fix minor bugs (ahead 20)
Diffstat (limited to 'npc/015-8/sealedshrine.txt')
-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"); |