diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:41:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:41:30 +0300 |
commit | 593aa06d1c7b9bd68c1d47e2967db3cac41c8368 (patch) | |
tree | 3e75a23d985e7248baa64a4a0d11b52412744376 /src/net/eathena/protocol.h | |
parent | 1b43cc5755ca5157f56b4222c2fc05e608d0fe93 (diff) | |
download | plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.gz plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.bz2 plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.xz plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.zip |
eathena: add partial support for packet SMSG_BEING_MILLENIUM_SHIELD 0x0440.
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 1fce01349..359583bdf 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -157,6 +157,7 @@ #define SMSG_BEING_STAT_UPDATE_1 0x01ab #define SMSG_BEING_ATTRS 0x0b0a #define SMSG_BEING_FONT 0x02ef +#define SMSG_BEING_MILLENIUM_SHIELD 0x0440 #define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_STARS_KILL 0x020e #define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 |