summaryrefslogtreecommitdiff
path: root/src/net/eathena/roulettehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-19 01:07:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-19 01:07:51 +0300
commit88735abcdaf6e25a008f76c9a82730e8be9773f8 (patch)
treeaaba327ed3d78e451c0c475d857e8574e6a93ad9 /src/net/eathena/roulettehandler.h
parentad6e16920c66c3b10c60e000a0ebc20da570bd94 (diff)
downloadplus-88735abcdaf6e25a008f76c9a82730e8be9773f8.tar.gz
plus-88735abcdaf6e25a008f76c9a82730e8be9773f8.tar.bz2
plus-88735abcdaf6e25a008f76c9a82730e8be9773f8.tar.xz
plus-88735abcdaf6e25a008f76c9a82730e8be9773f8.zip
eathena: add partial support for packet SMSG_ROULETTE_GENERATE_ACK_TYPE 0x0a20.
Diffstat (limited to 'src/net/eathena/roulettehandler.h')
-rw-r--r--src/net/eathena/roulettehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/roulettehandler.h b/src/net/eathena/roulettehandler.h
index 72b497e92..66028be62 100644
--- a/src/net/eathena/roulettehandler.h
+++ b/src/net/eathena/roulettehandler.h
@@ -41,6 +41,8 @@ class RouletteHandler final : public MessageHandler,
static void processRouletteInfoAckType(Net::MessageIn &msg);
static void processRouletteItemAck(Net::MessageIn &msg);
+
+ static void processRouletteGenerateAckType(Net::MessageIn &msg);
};
} // namespace EAthena