diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-14 17:57:22 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-14 17:57:22 -0200 |
commit | 06548c90c8f7d213a683fd22cdaf01b6c99522da (patch) | |
tree | 990bdd363c81b9fd07ac6baf2f596ba6715d754d /npc/005-1 | |
parent | 4eed26428ef90170ec35ad0bfb9ee57cd50ae332 (diff) | |
download | serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.gz serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.bz2 serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.xz serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.zip |
No discount for first travel, fix quest db, update Elmo, fix Vincent's typo.
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/vincent.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index dceb9ce52..e990757cf 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -47,14 +47,14 @@ L_CheckItems: delitem .BaitID, .BaitCount; Zeny = Zeny + 1000; - message strcharinfo(0), l("You receive @@ E!", 1000); + message strcharinfo(0), l("You receive @@ GP!", 1000); setq CandorQuests_Vincent, 2; close; L_QuestDone: speech l("Hey, @@!", strcharinfo(0)), - l("My figurin is so nice !"); + l("My figurin is so nice!"); close; OnInit: |