diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-01-08 00:41:45 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-01-08 00:41:45 +0000 |
commit | 173291242f744c4ff9158609bedcdaaf69a535f2 (patch) | |
tree | 0edafeadef4f5509701f934a00a468f08c15b114 /npc | |
parent | b85f6b154cf153a71a975b9992d7957354418998 (diff) | |
download | serverdata-173291242f744c4ff9158609bedcdaaf69a535f2.tar.gz serverdata-173291242f744c4ff9158609bedcdaaf69a535f2.tar.bz2 serverdata-173291242f744c4ff9158609bedcdaaf69a535f2.tar.xz serverdata-173291242f744c4ff9158609bedcdaaf69a535f2.zip |
Correct a wrong goto on gugli script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 654e2747..36bd8447 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -213,8 +213,6 @@ l_AllComplete: mesq g(l("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!"), l("You're one of us now, that's great! I was sure that you were a good man when I first saw you!")); - goto l_Menu; - l_Quit: close; |