diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-07 00:15:35 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 09:57:59 -0400 |
commit | 2a30762a2304b1b9dceb4ca221aad7c84ce80fa4 (patch) | |
tree | a3651ec849d040d93b7fe881a5547286d11b2000 /world/map/npc/048-2/helperAccused.txt | |
parent | 2605a9f17361f80304567f3a7cb5b9480f204221 (diff) | |
download | serverdata-2a30762a2304b1b9dceb4ca221aad7c84ce80fa4.tar.gz serverdata-2a30762a2304b1b9dceb4ca221aad7c84ce80fa4.tar.bz2 serverdata-2a30762a2304b1b9dceb4ca221aad7c84ce80fa4.tar.xz serverdata-2a30762a2304b1b9dceb4ca221aad7c84ce80fa4.zip |
add new states to blue sage quest
Diffstat (limited to 'world/map/npc/048-2/helperAccused.txt')
-rw-r--r-- | world/map/npc/048-2/helperAccused.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/048-2/helperAccused.txt b/world/map/npc/048-2/helperAccused.txt index 8b552914..96bc6827 100644 --- a/world/map/npc/048-2/helperAccused.txt +++ b/world/map/npc/048-2/helperAccused.txt @@ -12,7 +12,7 @@ if (QL_BSAGE_INVESTIGATE == 1) goto L_Help; mes "You see a rather stressed helper, mumbling to himself."; - if (BaseLevel < $@Q_BlueSageMinimumLevel) + if (BaseLevel < $@Q_BlueSageMinimumLevel || !QL_BSAGE_INVESTIGATE) goto L_Close; mes "[Peetu]"; mes "\"How could this have happened? I don't understand it... I'm sure I did the sealing correctly. Maybe the ingredients... but that doesn't make sense. They're checked regularly and...\""; |