diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 20:03:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 20:03:16 -0300 |
commit | 74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3 (patch) | |
tree | f18dffa7a85cd07bb9e2b29ac28b8d2928e0243a | |
parent | fd98cd36d2e3970f61b3cabf6869724d68e56424 (diff) | |
download | serverdata-74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3.tar.gz serverdata-74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3.tar.bz2 serverdata-74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3.tar.xz serverdata-74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3.zip |
Fix typo on Tulimshar Gambler
-rw-r--r-- | npc/003-9/gambler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-9/gambler.txt b/npc/003-9/gambler.txt index 31dad9f60..eacbc778c 100644 --- a/npc/003-9/gambler.txt +++ b/npc/003-9/gambler.txt @@ -43,7 +43,7 @@ mesq l("I've even heard of people whom dug Casino Coins out of the ground, but as I said, I don't know. But you'll certainly come across a few o your adventures!"); break; } - } while (@menu != 4); + } while (@menu != 3); close; OnInit: |