diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-26 21:48:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-26 21:48:29 +0300 |
commit | d6f607842bb91d2f76b6d677e4e899de50fa27cf (patch) | |
tree | e9f16601d04bbc4cca41ba30320baa579dcf52e2 /src/net/eathena/protocol.h | |
parent | 25dff985b6415335536a2df2e901098ebc3369e3 (diff) | |
download | mv-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.gz mv-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.bz2 mv-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.xz mv-d6f607842bb91d2f76b6d677e4e899de50fa27cf.zip |
eathena: add packet CMSG_NPC_SHOP_CLOSE 0x09d4.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index c55afa3ac..81c062f79 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -613,6 +613,7 @@ #define CMSG_NPC_IDENTIFY 0x0178 #define CMSG_NPC_SELECT_ARROW 0x01ae #define CMSG_NPC_SELECT_AUTO_SPELL 0x01ce +#define CMSG_NPC_SHOP_CLOSE 0x09d4 #define CMSG_PLAYER_MAPMOVE 0x0140 #define CMSG_REMOVE_OPTION 0x012a |