diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:08:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:08:40 -0300 |
commit | 1f6cdbe576fe07159dbd90bbe36a42a861f56fcf (patch) | |
tree | f1827dc286845153956ba0c61d7357e4a920fe51 /npc/012-1/guards.txt | |
parent | 53853ed9b34da883554e24f813c330815f52ebe5 (diff) | |
download | serverdata-1f6cdbe576fe07159dbd90bbe36a42a861f56fcf.tar.gz serverdata-1f6cdbe576fe07159dbd90bbe36a42a861f56fcf.tar.bz2 serverdata-1f6cdbe576fe07159dbd90bbe36a42a861f56fcf.tar.xz serverdata-1f6cdbe576fe07159dbd90bbe36a42a861f56fcf.zip |
Operand was wrong...
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 701135f34..1fefb41de 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -18,7 +18,7 @@ next; mesn; mesq l("But we are working day and night. We hope that soon, more people come out and this place gets lively again."); - if (BaseLevel >= 20 && MPQUEST && .@q < 10) goto L_Quest; + if (BaseLevel >= 20 && MPQUEST && .@q <= 15) goto L_Quest; close; // Paul's quest |