summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-10-21 13:15:29 +0000
committerDavid Athay <ko2fan@gmail.com>2008-10-21 13:15:29 +0000
commit01511ddb3a81eec835073bc4f30a6707ae552002 (patch)
tree48fda9cef5600b708941f54b4940102a3e496d2b /src/net/protocol.h
parent7eb4f31b82976d222336132586dd31ff07bf3d1e (diff)
downloadmana-client-01511ddb3a81eec835073bc4f30a6707ae552002.tar.gz
mana-client-01511ddb3a81eec835073bc4f30a6707ae552002.tar.bz2
mana-client-01511ddb3a81eec835073bc4f30a6707ae552002.tar.xz
mana-client-01511ddb3a81eec835073bc4f30a6707ae552002.zip
Fixed up some of the postal system stuff for testing it.
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index f766d2da..ad1eebdb 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -186,7 +186,7 @@ enum {
PGMSG_SEND_POST = 0x04A0, // S player, S letter, { W attachment id }
GPMSG_SEND_POST_RESPONSE = 0x04A1, // B error
PGMSG_GET_POST = 0x04A2, //
- GPMSG_GET_POST_RESPONSE = 0x04A3, // { L sender id, S letter, { W attachment id } }
+ GPMSG_GET_POST_RESPONSE = 0x04A3, // { S sender name, S letter, { W attachment id } }
XXMSG_INVALID = 0x7FFF
};