summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-07-24 15:06:10 +0000
committerDavid Athay <ko2fan@gmail.com>2008-07-24 15:06:10 +0000
commit2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c (patch)
tree7949fc66bbba1cdb73ec7426a156d2fed94887f3 /src/defines.h
parent26d4751d4d382bfcfb7196e355f85d584c335a6c (diff)
downloadmanaserv-2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c.tar.gz
manaserv-2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c.tar.bz2
manaserv-2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c.tar.xz
manaserv-2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c.zip
Added error message when NPC is too far away.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h
index d419ce67..7e819c35 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -168,6 +168,7 @@ enum {
GPMSG_NPC_BUY = 0x02B5, // W being id, { W item id, W amount, W cost }*
GPMSG_NPC_SELL = 0x02B6, // W being id, { W item id, W amount, W cost }*
PGMSG_NPC_BUYSELL = 0x02B7, // W item id, W amount
+ GPMSG_NPC_ERROR = 0x02B8, // B error
PGMSG_TRADE_REQUEST = 0x02C0, // W being id
GPMSG_TRADE_REQUEST = 0x02C1, // W being id
GPMSG_TRADE_START = 0x02C2, // -