diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 15:50:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 15:50:29 +0300 |
commit | 9e01119b7fad64dbf8aa4017443aa077f1be308d (patch) | |
tree | 4dd3947a8f153e25dafbf27494654f8338a98d8f /src/net/eathena/protocol.h | |
parent | f201143f1896adc0b94cd62b5f28b9b7bfe5fb39 (diff) | |
download | plus-9e01119b7fad64dbf8aa4017443aa077f1be308d.tar.gz plus-9e01119b7fad64dbf8aa4017443aa077f1be308d.tar.bz2 plus-9e01119b7fad64dbf8aa4017443aa077f1be308d.tar.xz plus-9e01119b7fad64dbf8aa4017443aa077f1be308d.zip |
eathena: add partial support for packet SMSG_ELEMENTAL_UPDATE_STATUS 0x081e.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 7b3da616c..c5c653d8c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -298,6 +298,8 @@ #define SMSG_AUCTION_OPEN_WINDOW 0x025f +#define SMSG_ELEMENTAL_UPDATE_STATUS 0x081e + /********************************** * Packets from client to server * **********************************/ |