Ver código fonte

fixed @cartitems typo

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9879 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 anos atrás
pai
commit
7abe6b32a4
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      Changelog-Trunk.txt
  2. 1 1
      src/map/atcommand.c

+ 2 - 0
Changelog-Trunk.txt

@@ -3,6 +3,8 @@ Date	Added
 AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
+2007/02/19
+	* Fixed @cartlist info message typo [Lupus]
 2007/02/17
 	* Fixed a typo from r9778, allowing non-gm chars to use /kick [ultramage]
 

+ 1 - 1
src/map/atcommand.c

@@ -6845,7 +6845,7 @@ int atcommand_character_cart_list(const int fd, struct map_session_data* sd, con
 	memset(outputtmp, '\0', sizeof(outputtmp));
 
 	if (!message || !*message || sscanf(message, "%23[^\n]", atcmd_player_name) < 1) {
-		clif_displaymessage(fd, "Please, enter a player name (usage: @charitemlist <char name>).");
+		clif_displaymessage(fd, "Please, enter a player name (usage: @cartlist <char name>).");
 		return -1;
 	}