diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 16:00:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 16:00:32 +0300 |
commit | 23b35de445d6af7d6e00576f4fbdfa1d15ba37df (patch) | |
tree | ca945d6ca28f63f59db68391dcacf6cfc5fc06d7 /src/net/eathena/protocol.h | |
parent | 4c4c2684278f84f952544d8e4f119ce9da980c1a (diff) | |
download | plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.gz plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.bz2 plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.xz plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.zip |
eathena: add partial support for packet SMSG_PET_MESSAGE 0x01aa.
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 3e806f76d..fc9e9a2f0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -204,6 +204,8 @@ #define SMSG_MAIL_OPEN_WINDOW 0x0260 +#define SMSG_PET_MESSAGE 0x01aa + /********************************** * Packets from client to server * **********************************/ |