diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-15 11:09:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-15 11:09:14 -0300 |
commit | 221ab3c5047cf9fa0a4e125fee9326d53bf22f71 (patch) | |
tree | e3a2d13ec7176db38a038e0c2927d9efe007b31a /npc/021-1 | |
parent | a5f1d7aea03341b9adddd88e9a04500b462a745f (diff) | |
download | serverdata-221ab3c5047cf9fa0a4e125fee9326d53bf22f71.tar.gz serverdata-221ab3c5047cf9fa0a4e125fee9326d53bf22f71.tar.bz2 serverdata-221ab3c5047cf9fa0a4e125fee9326d53bf22f71.tar.xz serverdata-221ab3c5047cf9fa0a4e125fee9326d53bf22f71.zip |
[skip ci] Fix a typo
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 8eed60dc0..dc696760f 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -80,7 +80,7 @@ L_Assigned: mesq l("I am his right-hand Yeti, so I could grant you passage to his Throne Room to slay the rogue Yetis..."); next; mesn; - mesq l("...But saving me won't be enough, so build trust by the kind gift of 60 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... + mesq l("...But saving me won't be enough, so build trust by the kind gift of @@ @@. I'll be waiting.", 50, getitemlink(MoubooSteak)); // A normal Steak could do, but... setq NivalisQuest_Cindy, 2; } close; |