diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:51:29 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:51:29 -0200 |
commit | 527c4d3bba66e2ff2d6161dcf24a0be98def9941 (patch) | |
tree | b9281cfa07ad5df2c49e38e3b1848782f226b0b5 /npc/000-0 | |
parent | c85273d3098c0fdd07fc68ebb3dc85c90a350376 (diff) | |
download | serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.gz serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.bz2 serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.xz serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.zip |
Sell a Knife at Candor, instead of Small Knife (quest item now).
Lower its price. Increase a timer in Tutorial.
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 84a156cab..d25701f97 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -100,7 +100,7 @@ OnTouch: mesc l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."); next; - addtimer(15000,"Elmo#sailors::OnSlow"); + addtimer(20000,"Elmo#sailors::OnSlow"); warp "000-0-0", 30, 36; closedialog; |