summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 01:03:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 01:03:20 +0300
commit302519fb539d17a10061d590f051a23633be6cc4 (patch)
tree8e1b36b32e867f538f3d17960b4d8473cb699fb5 /src/net/eathena/packetsin.inc
parent66472d9fcad0938fe2ba97138341043e89ace142 (diff)
downloadplus-302519fb539d17a10061d590f051a23633be6cc4.tar.gz
plus-302519fb539d17a10061d590f051a23633be6cc4.tar.bz2
plus-302519fb539d17a10061d590f051a23633be6cc4.tar.xz
plus-302519fb539d17a10061d590f051a23633be6cc4.zip
Add packet SMSG_RODEX_OPEN_NEW_MAIL_WINDOW 0x0a12.
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 c3e20c6c4..391491d5d 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -788,6 +788,9 @@ if (packetVersion >= 20131223)
packet(SMSG_SKILL_NO_DAMAGE, 0x09cb, 17, &Ea::BeingRecv::processSkillNoDamage, 20131223);
}
+// 20140416
+packet(SMSG_RODEX_OPEN_NEW_MAIL_WINDOW, 0x0a12, 27, &Mail2Recv::processOpenNewMailWindow, 20140416);
+
// 20140613
if (packetVersion >= 20140613)
{