diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 32f0e4bef..503e64e7d 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7442,7 +7442,7 @@ atcommand_marry(const int fd, struct map_session_data* sd, } if (pc_marriage(pl_sd1, pl_sd2) == 0) { - clif_displaymessage(fd, "The marriage has failed.. talk to the judge.."); + clif_displaymessage(fd, "They are married.. wish them well"); return 0; } else return -1; |