diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-25 00:25:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-25 01:44:06 +0300 |
commit | f939a7bbbc19bb69726377eed7b36542d6a5cf3f (patch) | |
tree | 1f68a58d3f0ae077696cfe8771599af9e089c113 /src/net/eathena/protocol.h | |
parent | 72168639865fb75a4c216b1058dc8412d4c81277 (diff) | |
download | plus-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.h | 3 |
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 |