diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 14:02:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 14:02:17 -0300 |
commit | eb3834c121da7d0d2bb16d60990b958e0132cb0b (patch) | |
tree | a96dc5ac8bd5eb337088835359a724800a6bac7e | |
parent | 8155e61a93c417ef4df3a80e2e8e7ccf00847191 (diff) | |
download | serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.gz serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.bz2 serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.xz serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.zip |
Typo
-rw-r--r-- | npc/012-1/terezin.txt | 2 | ||||
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/terezin.txt b/npc/012-1/terezin.txt index ef0842afb..5669854a4 100644 --- a/npc/012-1/terezin.txt +++ b/npc/012-1/terezin.txt @@ -33,7 +33,7 @@ L_PinkieHat: mesq l("You deserve a reward for helping my husband. I can make you a nice gift."); next; mesn; - mesq l("Please bring me a single @@, and I'll give you a memeto."); + mesq l("Please bring me a single @@, and I'll give you a memeto.", getitemlink(PinkAntenna)); if (countitem(PinkAntenna) < 1) close; next; diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index b16e164c6..447ea74fa 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -119,7 +119,7 @@ L_Letter: mesq l("You're the savior of Hurnscald crops. Half from the world would die from famine, weren't for you."); next; mesn; - mesq l("Hinnak and I signed this letter. Deliver it to Airlia on the Town Hall, and she'll reward you correctly."); + mesq l("Oscar and I signed this letter. Deliver it to Airlia on the Town Hall, and she'll reward you correctly."); close; L_Thanks: |