diff options
Diffstat (limited to 'npc/015-8')
-rw-r--r-- | npc/015-8/sealedshrine.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 5216d1821..88bc5f4eb 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -564,6 +564,7 @@ function script SaggyShrineStatue { mesn l("Guardian Statue"); mesq l("Your worth shall be tested, and from inside, you shall not leave."); } else { + deltimer(.@n$+"::OnScheduledDeath"); doevent(.@n$+"::OnScheduledDeath"); closeclientdialog; } |