From aaa36f24314a915f5103114acfd4fa81166c816d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jul 2019 22:03:46 -0300 Subject: Fix a bug... --- npc/003-2/lua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-2/lua.txt') 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; -- cgit v1.2.3-70-g09d2