diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-20 23:09:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-20 23:09:08 -0300 |
commit | dbeb2c8b2230a3f4136970cc46aeb322642c9baa (patch) | |
tree | 46f83190919bc652889de4ef49153c30ce460877 /npc | |
parent | 1075422e21869250c85b4ed1a5b0bcb0a4442d58 (diff) | |
download | serverdata-dbeb2c8b2230a3f4136970cc46aeb322642c9baa.tar.gz serverdata-dbeb2c8b2230a3f4136970cc46aeb322642c9baa.tar.bz2 serverdata-dbeb2c8b2230a3f4136970cc46aeb322642c9baa.tar.xz serverdata-dbeb2c8b2230a3f4136970cc46aeb322642c9baa.zip |
Fix a minor bug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index d2edf6265..38a398cf8 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -93,7 +93,7 @@ L_Reward: l("Wait a minute..."), l("The Tulimshar guards needs an freelance employee who would help us with our work. We are searching for people like you."), l("Take this badge, so you can enter the guard house. You will find more work there. Bye, and good luck!"); - return; + close; // Mob Tutorial Quest function DausenMobTutorial { |