diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-23 20:03:08 +0000 |
---|---|---|
committer | Povo <trithodex@gmail.com> | 2021-05-23 20:03:08 +0000 |
commit | f4db0e1e0109eb12dc47ef3de07a84f5a102e611 (patch) | |
tree | 0db5ff9114a01f0562098127ee668c6d2f75d540 | |
parent | 66157c9d02d34394fb9642837a83ff87d4aa372c (diff) | |
download | serverdata-trithodex-master-patch-greendye.tar.gz serverdata-trithodex-master-patch-greendye.tar.bz2 serverdata-trithodex-master-patch-greendye.tar.xz serverdata-trithodex-master-patch-greendye.zip |
Apply 1 suggestion(s) to 1 file(s)trithodex-master-patch-greendye
-rw-r--r-- | npc/014-3/rauk.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/014-3/rauk.txt b/npc/014-3/rauk.txt index cabb9cbe4..ab2a80b95 100644 --- a/npc/014-3/rauk.txt +++ b/npc/014-3/rauk.txt @@ -45,8 +45,7 @@ L_LevelCheck: mesn; mesq l("I would hire you if your level was higher. Low level adventurers usually take too long."); mesq l("Maybe you should come back later."); - next; - goto L_Quit; + close; } else { mesn; mesq l("You want to help?"); |