git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@526 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2004-12-10 04:33:12 +00:00
parent 87bbee75e1
commit 539f8e4a9d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
Date Added Date Added
12/9
* Adjusted some messages in @marry [MouseJstr]
12/8 12/8
* Fixed @rings [MouseJstr] * Fixed @rings [MouseJstr]
* Added @marry, @divorce, and @rings [MouseJstr] * Added @marry, @divorce, and @rings [MouseJstr]

View File

@ -7442,7 +7442,7 @@ atcommand_marry(const int fd, struct map_session_data* sd,
} }
if (pc_marriage(pl_sd1, pl_sd2) == 0) { 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; return 0;
} else } else
return -1; return -1;