summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-30 11:53:01 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-30 11:53:01 -0300
commit63f7e157946a0d2b8d09fb9d417c91c87beb23c6 (patch)
tree6d7a14a4b51351a14f5466904e0e2909a0aef1b6
parent71051c803f7f5697e668f0783b8bef63b6a1dc76 (diff)
downloadserverdata-63f7e157946a0d2b8d09fb9d417c91c87beb23c6.tar.gz
serverdata-63f7e157946a0d2b8d09fb9d417c91c87beb23c6.tar.bz2
serverdata-63f7e157946a0d2b8d09fb9d417c91c87beb23c6.tar.xz
serverdata-63f7e157946a0d2b8d09fb9d417c91c87beb23c6.zip
Sagratha Unhappy: Move conditional further down the line.
-rw-r--r--npc/014-5-1/sagratha.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index e5f31475c..81ac6b0bb 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -57,8 +57,6 @@ function script SaggyMobCount {
function requireHelp;
if (array_find(.SaggyHats, getequipid(EQI_HEAD_TOP)) >= 0)
goto L_HatAttack;
- if (SAGRATHA_SCORE < 0)
- goto L_Unhappy;
.@q=getq(HurnscaldQuest_Sagratha);
.@m=getq(HurnscaldQuest_InjuriedMouboo);
@@ -86,6 +84,8 @@ function script SaggyMobCount {
goto L_Reward;
if (.@q == 6)
goto L_Finish;
+ if (SAGRATHA_SCORE < 0)
+ goto L_Unhappy;
do
{