diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 21:45:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 21:45:38 +0300 |
commit | ad6e16920c66c3b10c60e000a0ebc20da570bd94 (patch) | |
tree | 7be6f4002ab8b2e51fadd72be82436f702d73bfc /src/net/eathena/protocol.h | |
parent | c16820057eb9d381eb222512bb931da12e898a1f (diff) | |
download | plus-ad6e16920c66c3b10c60e000a0ebc20da570bd94.tar.gz plus-ad6e16920c66c3b10c60e000a0ebc20da570bd94.tar.bz2 plus-ad6e16920c66c3b10c60e000a0ebc20da570bd94.tar.xz plus-ad6e16920c66c3b10c60e000a0ebc20da570bd94.zip |
eathena: add partial support for packet SMSG_ROULETTE_RECV_ITEM_ACK 0x0a22.
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 3decb369f..547597741 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -452,6 +452,7 @@ #define SMSG_BATTLE_JOINED 0x08d9 #define SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c +#define SMSG_ROULETTE_RECV_ITEM_ACK 0x0a22 /********************************** * Packets from client to server * |