summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 12:48:59 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 12:48:59 +0000
commit1a68e441ec6d7d529b5c64bfafac56ae45d3f2fb (patch)
tree4289eb20d77c7975fef9f64898b8cdd4d3318193 /src/net/protocol.h
parentf048a4dd4add4a710bb15f77eaedad93f625b0c4 (diff)
downloadmana-client-1a68e441ec6d7d529b5c64bfafac56ae45d3f2fb.tar.gz
mana-client-1a68e441ec6d7d529b5c64bfafac56ae45d3f2fb.tar.bz2
mana-client-1a68e441ec6d7d529b5c64bfafac56ae45d3f2fb.tar.xz
mana-client-1a68e441ec6d7d529b5c64bfafac56ae45d3f2fb.zip
Removed obsolete code. Added support for money received while trading.
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 1dde518e..3e67e647 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -117,6 +117,8 @@ enum {
GPMSG_TRADE_ACCEPT = 0x02C7, // -
PGMSG_TRADE_ADD_ITEM = 0x02C8, // B slot, B amount
GPMSG_TRADE_ADD_ITEM = 0x02C9, // W item id, B amount
+ PGMSG_TRADE_SET_MONEY = 0x02CA, // L amount
+ GPMSG_TRADE_SET_MONEY = 0x02CB, // L amount
PGMSG_USE_ITEM = 0x0300, // B slot
GPMSG_USE_RESPONSE = 0x0301, // B error
GPMSG_BEINGS_DAMAGE = 0x0310, // { W being id, W amount }*