diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 19:13:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 19:13:12 -0300 |
commit | 310466586c2eabe8372bbf084e7319b6b953d9f0 (patch) | |
tree | f62c70133a5669dcc6dcdd09a833e95bb59bf46a | |
parent | a9712c663f1ea096ac03c47dcae769acbe832978 (diff) | |
download | serverdata-310466586c2eabe8372bbf084e7319b6b953d9f0.tar.gz serverdata-310466586c2eabe8372bbf084e7319b6b953d9f0.tar.bz2 serverdata-310466586c2eabe8372bbf084e7319b6b953d9f0.tar.xz serverdata-310466586c2eabe8372bbf084e7319b6b953d9f0.zip |
Fix typo
-rw-r--r-- | npc/017-1/roger.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-1/roger.txt b/npc/017-1/roger.txt index 536ded1d8..0cd85da62 100644 --- a/npc/017-1/roger.txt +++ b/npc/017-1/roger.txt @@ -62,7 +62,8 @@ L_ExtraRead: l("I will trade you a Dagger and Sailor's Hat for it."), L_BadOffer1, l("I will pay you 5,000 GP in pure gold for it!"), L_BadOffer2, l("I can give you a rare...(cough, cough).. Mouboo Figurine for it."), L_Success, - l("I have no interest in things such as that."), L_close; + l("I have no interest in things such as that."), -; + close; L_Success: .@q2=getq2(LoFQuest_George); |