summaryrefslogtreecommitdiff
path: root/src/net/eathena/rouletterecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/rouletterecv.cpp')
-rw-r--r--src/net/eathena/rouletterecv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/rouletterecv.cpp b/src/net/eathena/rouletterecv.cpp
index 77249a7a1..7190aafa7 100644
--- a/src/net/eathena/rouletterecv.cpp
+++ b/src/net/eathena/rouletterecv.cpp
@@ -85,4 +85,10 @@ void RouletteRecv::processRouletteOpenAck(Net::MessageIn &msg)
msg.readInt32("bronze point");
}
+void RouletteRecv::processRouletteClose(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readUInt8("result");
+}
+
} // namespace EAthena