summaryrefslogtreecommitdiff
path: root/npc/015-8/sealedshrine.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-03 15:26:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-03 15:26:15 -0300
commit8b7bec52ffe5766426b8e4635d765ca85d1f6a83 (patch)
treec1021edce63e41274e1d4c50e123bb0fdfdb0cb4 /npc/015-8/sealedshrine.txt
parentffbe65bb05d0c58d46903bfdc82e1543a570785e (diff)
downloadserverdata-8b7bec52ffe5766426b8e4635d765ca85d1f6a83.tar.gz
serverdata-8b7bec52ffe5766426b8e4635d765ca85d1f6a83.tar.bz2
serverdata-8b7bec52ffe5766426b8e4635d765ca85d1f6a83.tar.xz
serverdata-8b7bec52ffe5766426b8e4635d765ca85d1f6a83.zip
Fix bugs and move Sagratha's Campaign to Alpha Testing State
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;