summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-04 20:17:07 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-04 20:17:07 +0000
commite68fa3087865e369cb78cfa61c441507eedf4284 (patch)
tree72bb502abdb4fb4081ba2457be1c53ea0d1933e4 /src/defines.h
parentbbdbb95d5d477b9934bf27cb45c53afbabb2db78 (diff)
downloadmanaserv-e68fa3087865e369cb78cfa61c441507eedf4284.tar.gz
manaserv-e68fa3087865e369cb78cfa61c441507eedf4284.tar.bz2
manaserv-e68fa3087865e369cb78cfa61c441507eedf4284.tar.xz
manaserv-e68fa3087865e369cb78cfa61c441507eedf4284.zip
Server-side implementation of item pick-up.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 6cceeaa8..049eba3d 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -136,8 +136,8 @@ enum {
// Game
GPMSG_PLAYER_MAP_CHANGE = 0x0100, // S filename, W x, W y
GPMSG_PLAYER_SERVER_CHANGE = 0x0101, // B*32 token, S game address, W game port
- PGMSG_PICKUP = 0x0110,
- GPMSG_PICKUP_RESPONSE = 0x0111,
+ PGMSG_PICKUP = 0x0110, // W*2 position
+ GPMSG_INVENTORY = 0x0120, // { B slot, W item id [, B amount ] }*
GPMSG_BEING_ENTER = 0x0200, // B type, W being id
// player: S name, B hair style, B hair color, B gender
// monster: W type id