summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-25 00:25:18 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-25 01:44:06 +0300
commitf939a7bbbc19bb69726377eed7b36542d6a5cf3f (patch)
tree1f68a58d3f0ae077696cfe8771599af9e089c113 /src/net/eathena/protocol.h
parent72168639865fb75a4c216b1058dc8412d4c81277 (diff)
downloadplus-f939a7bbbc19bb69726377eed7b36542d6a5cf3f.tar.gz
plus-f939a7bbbc19bb69726377eed7b36542d6a5cf3f.tar.bz2
plus-f939a7bbbc19bb69726377eed7b36542d6a5cf3f.tar.xz
plus-f939a7bbbc19bb69726377eed7b36542d6a5cf3f.zip
Add support for cutit and viewpoint packets in eAthena.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index f26a07131..3f98fed26 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -344,4 +344,7 @@ enum
#define SMSG_MAP_CHAR_ID 0x0283
#define SMSG_PLAYER_SHORTCUTS 0x02b9
#define SMSG_PLAYER_SHOW_EQUIP 0x02da
+#define SMSG_NPC_CUTIN 0x01b3
+#define SMSG_NPC_VIEWPOINT 0x0144
+
#endif