diff options
author | Erik Schilling <ablu.erikschilling@gmail.com> | 2013-10-16 22:03:24 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@gmail.com> | 2013-10-16 22:04:00 +0200 |
commit | 592e88aa797b0c05b38c2169e0e93fcf14f4ec1b (patch) | |
tree | 073ae338b64474b40e0c05ef67e9b4b9f6b31882 /src | |
parent | f72c725804eab4ba576465db8cf90cca25912c62 (diff) | |
download | manaserv-592e88aa797b0c05b38c2169e0e93fcf14f4ec1b.tar.gz manaserv-592e88aa797b0c05b38c2169e0e93fcf14f4ec1b.tar.bz2 manaserv-592e88aa797b0c05b38c2169e0e93fcf14f4ec1b.tar.xz manaserv-592e88aa797b0c05b38c2169e0e93fcf14f4ec1b.zip |
Fixed protocol description
Diffstat (limited to 'src')
-rw-r--r-- | src/common/manaserv_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h index 0382efb5..cc46301c 100644 --- a/src/common/manaserv_protocol.h +++ b/src/common/manaserv_protocol.h @@ -170,7 +170,7 @@ enum { GPMSG_NPC_POST_GET = 0x02D2, // W being id, { S name, S text, W item id } PGMSG_NPC_NUMBER = 0x02D3, // W being id, D number PGMSG_NPC_STRING = 0x02D4, // W being id, S string - GPMSG_NPC_NUMBER = 0x02D5, // W being id, D max, D min, D default + GPMSG_NPC_NUMBER = 0x02D5, // W being id, D min, D max, D default GPMSG_NPC_STRING = 0x02D6, // W being id GPMSG_NPC_BUYSELL_RESPONSE = 0x02D7, // B error, W item id, W amount PGMSG_TRADE_REQUEST = 0x02E0, // W being id |