summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 16:01:56 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 16:01:56 +0300
commit94226692bc1a79eb35881ac37f9c7ffc825b4b2f (patch)
tree4abb64900f099ea527682cddc83c399e8ce11d9f /src/net/eathena/packetsin.inc
parented56c2e3d2959e1d61ce9e6c70c6ce0d6515655a (diff)
downloadmv-94226692bc1a79eb35881ac37f9c7ffc825b4b2f.tar.gz
mv-94226692bc1a79eb35881ac37f9c7ffc825b4b2f.tar.bz2
mv-94226692bc1a79eb35881ac37f9c7ffc825b4b2f.tar.xz
mv-94226692bc1a79eb35881ac37f9c7ffc825b4b2f.zip
Add packet SMSG_RODEX_REQUEST_MONEY 0x09f2.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index fd62a46eb..e3f6dbc03 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -795,6 +795,9 @@ if (packetVersion >= 20131223)
// 20131230
packet(SMSG_RODEX_SEND_RESULT, 0x09ed, 3, &Mail2Recv::processSendResult, 20131230);
+// 20140409
+packet(SMSG_RODEX_REQUEST_MONEY, 0x09f2, 12, &Mail2Recv::processRequestMoney, 20140409);
+
// 20140115
packet(SMSG_RODEX_READ_MAIL, 0x09eb, -1, &Mail2Recv::processReadMail, 20140115);