summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-19 16:07:58 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-19 16:07:58 +0000
commite4be9d40af4370a4754b96c7b28d57d21e8741e3 (patch)
tree2f9964b3476590f4185bb5db0d0d05b0b5c52dc4
parentbbc200f6bf606a94879a97e8bd9926ce26d11540 (diff)
downloadhercules-e4be9d40af4370a4754b96c7b28d57d21e8741e3.tar.gz
hercules-e4be9d40af4370a4754b96c7b28d57d21e8741e3.tar.bz2
hercules-e4be9d40af4370a4754b96c7b28d57d21e8741e3.tar.xz
hercules-e4be9d40af4370a4754b96c7b28d57d21e8741e3.zip
fixed @cartitems typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9879 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog-Trunk.txt2
-rw-r--r--src/map/atcommand.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 175087d9d..40b93bee6 100644
--- a/Changelog-Trunk.txt
+++ b/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]
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index e4fb32e80..d04867661 100644
--- a/src/map/atcommand.c
+++ b/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;
}