From 2eb6a5a2c1c9ddfc86aabed037abb6fe696f4b8c Mon Sep 17 00:00:00 2001 From: David Athay Date: Thu, 24 Jul 2008 15:06:10 +0000 Subject: Added error message when NPC is too far away. --- src/defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defines.h') 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, // - -- cgit v1.2.3-60-g2f50