summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-10 04:33:12 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-10 04:33:12 +0000
commita1427a9fd0b12fd8da24e8e322917ab992c6252a (patch)
treea4942af67e1f4602bf53fe2bbb9dd50e620f0d79 /src/map
parentdc623e42cce95bdecf60c2253a9c847a920807a1 (diff)
downloadhercules-a1427a9fd0b12fd8da24e8e322917ab992c6252a.tar.gz
hercules-a1427a9fd0b12fd8da24e8e322917ab992c6252a.tar.bz2
hercules-a1427a9fd0b12fd8da24e8e322917ab992c6252a.tar.xz
hercules-a1427a9fd0b12fd8da24e8e322917ab992c6252a.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@526 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/atcommand.c2
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;