Skip to content

Commit

Permalink
Fixed protocol description
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Schilling committed Oct 16, 2013
1 parent f72c725 commit 592e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/manaserv_protocol.h
Expand Up @@ -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
Expand Down

0 comments on commit 592e88a

Please sign in to comment.