diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 19:19:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 19:19:43 +0300 |
commit | c16820057eb9d381eb222512bb931da12e898a1f (patch) | |
tree | 140c2dc45aef83abe480b4a41b7c492fd2a55ebb /src/net/eathena/protocol.h | |
parent | 789277e423144102b2b28788e1bb8c7672b06a79 (diff) | |
download | plus-c16820057eb9d381eb222512bb931da12e898a1f.tar.gz plus-c16820057eb9d381eb222512bb931da12e898a1f.tar.bz2 plus-c16820057eb9d381eb222512bb931da12e898a1f.tar.xz plus-c16820057eb9d381eb222512bb931da12e898a1f.zip |
eathena: add partial support for packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.
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 5f3c2f69e..3decb369f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -451,6 +451,8 @@ #define SMSG_BATTLE_NOTICE_DELETE 0x08db #define SMSG_BATTLE_JOINED 0x08d9 +#define SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c + /********************************** * Packets from client to server * **********************************/ |