Przeglądaj źródła

update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@526 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber 20 lat temu
rodzic
commit
539f8e4a9d
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      Changelog.txt
  2. 1 1
      src/map/atcommand.c

+ 2 - 0
Changelog.txt

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

+ 1 - 1
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;