diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-15 20:12:51 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-15 20:12:51 +0000 |
commit | 17aeb75dcd66b99d540b6fc37604a4c8037ffec5 (patch) | |
tree | 186c55e415a03d50674fa9b742bbd9778dd54f43 /src/map/clif.c | |
parent | 7b5a33083c2b411e37f9412091937c18dbe92e29 (diff) | |
download | hercules-17aeb75dcd66b99d540b6fc37604a4c8037ffec5.tar.gz hercules-17aeb75dcd66b99d540b6fc37604a4c8037ffec5.tar.bz2 hercules-17aeb75dcd66b99d540b6fc37604a4c8037ffec5.tar.xz hercules-17aeb75dcd66b99d540b6fc37604a4c8037ffec5.zip |
* Various accumulated insignificant fixes to documentation, examples and comments.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14674 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index b1f1261ed..332f396f9 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -12017,7 +12017,6 @@ void clif_parse_FriendsListReply(int fd, struct map_session_data *sd) account_id = RFIFOL(fd,2); char_id = RFIFOL(fd,6); reply = RFIFOB(fd,10); - //printf ("reply: %d %d %d\n", char_id, id, reply); f_sd = map_id2sd(account_id); //The account id is the same as the bl.id of players. if (f_sd == NULL) |