summaryrefslogtreecommitdiff
path: root/npc/003-2/lua.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-08 22:03:46 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-08 22:03:46 -0300
commitaaa36f24314a915f5103114acfd4fa81166c816d (patch)
treed6b0b2b98122bab0fda2b336d80b28fb4f8879ee /npc/003-2/lua.txt
parentbc00619cb605fc62c4441b19ee49b3662f1a6e66 (diff)
downloadserverdata-aaa36f24314a915f5103114acfd4fa81166c816d.tar.gz
serverdata-aaa36f24314a915f5103114acfd4fa81166c816d.tar.bz2
serverdata-aaa36f24314a915f5103114acfd4fa81166c816d.tar.xz
serverdata-aaa36f24314a915f5103114acfd4fa81166c816d.zip
Fix a bug...
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r--npc/003-2/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index e587f60d8..7393e79e3 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -241,7 +241,7 @@ L_Complete:
mesn;
mesq l("You see the docks on the other side of the town? There should be a ship docked there.");
next;
- if (!$GAME_STORYLINE < 1) {
+ if ($GAME_STORYLINE < 1) {
mesn;
mesq l("The ship can bring you to the town of Hurnscald, but we have a problem: It is currently being occupied by a Monster Army.");
next;