diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-13 19:16:32 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-13 19:16:32 -0400 |
commit | 45e754a89296edcca0b77e2a7c7e7fdeb19ef853 (patch) | |
tree | 3a3fa3e06e5816c68ddc71d941ed40084d0ac1fb | |
parent | 86eb5a8857b04c2479f1d46a65847336e6f01a23 (diff) | |
download | serverdata-45e754a89296edcca0b77e2a7c7e7fdeb19ef853.tar.gz serverdata-45e754a89296edcca0b77e2a7c7e7fdeb19ef853.tar.bz2 serverdata-45e754a89296edcca0b77e2a7c7e7fdeb19ef853.tar.xz serverdata-45e754a89296edcca0b77e2a7c7e7fdeb19ef853.zip |
fix wedding officiator [dirty fix]
-rw-r--r-- | world/map/npc/014-1/wedding-officiator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/014-1/wedding-officiator.txt b/world/map/npc/014-1/wedding-officiator.txt index dfdab00b..bc759cdf 100644 --- a/world/map/npc/014-1/wedding-officiator.txt +++ b/world/map/npc/014-1/wedding-officiator.txt @@ -135,7 +135,7 @@ L_too_poor: L_main_married: mes "[Wedding Officiator]"; - mes "\"I hope that you and "+ strcharinfo(0, get(BL_ID, PARTNER)) +" are doing well?\""; + mes "\"I hope that you and your partner are doing well?\""; next; menu "We are very happy, thanks for asking!", L_farewell, |