diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 00:18:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 00:18:10 -0200 |
commit | 9b637bc4da3ba580415c51897a21bc90b60aad1f (patch) | |
tree | 5ed99dcebdedf0b50e7317a4fbdde05b3c990969 /npc/001-11 | |
parent | b252965292e08718096289d76547d7c68d442e94 (diff) | |
download | serverdata-9b637bc4da3ba580415c51897a21bc90b60aad1f.tar.gz serverdata-9b637bc4da3ba580415c51897a21bc90b60aad1f.tar.bz2 serverdata-9b637bc4da3ba580415c51897a21bc90b60aad1f.tar.xz serverdata-9b637bc4da3ba580415c51897a21bc90b60aad1f.zip |
Correct a bug
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 7c00f9e1a..709e7fea6 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -160,7 +160,7 @@ L_Main: mes l("Don't worry if they don't correspond to you. Each box sent will grant you 1 event point."); mes l("The prizes are only for the top 10, but Loratay on Land Of Fire Village can make a dress for you."); next; - mes l("You can optionally send a @@ along the chocolate box, so the person knows it was you who sent the chocolate.", gettitemlink(LoveLetter)); + mes l("You can optionally send a @@ along the chocolate box, so the person knows it was you who sent the chocolate.", getitemlink(LoveLetter)); mes l("Sending the letter will give you double event points, capped to 10 extra points."); next; mes l("When receiving the chocolate, you must eat it before event ends to get a point for that!"); |