diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gulukan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 5b2d4f8f..6812ee2d 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -12,7 +12,7 @@ if (@g == 0) goto l_NoTask; set @q, getq(ShipQuests_Gulukan); - if (@q == 1) l_Func; + if (@q == 1) goto l_Func; mesn; mesq l("Hey @@!", strcharinfo(0)); |