summaryrefslogtreecommitdiff
path: root/npc/015-8/sealedshrine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8/sealedshrine.txt')
-rw-r--r--npc/015-8/sealedshrine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt
index 95efa69e2..7d898dcf6 100644
--- a/npc/015-8/sealedshrine.txt
+++ b/npc/015-8/sealedshrine.txt
@@ -525,6 +525,7 @@ OnTouch:
// SaggyShrineStatue( .name$ )
function script SaggyShrineStatue {
.@n$=getarg(0);
+ .@q=getq(HurnscaldQuest_Sagratha);
// Initial check
if (!MAGIC_LVL || .@q < 4) {
@@ -539,7 +540,6 @@ function script SaggyShrineStatue {
}
mesn l("Guardian Statue");
- .@q=getq(HurnscaldQuest_Sagratha);
if (.@q != 4) {
mesq l("...");
next;