diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 16:31:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 16:31:44 +0300 |
commit | a5dc57c1f52878c66ce5548ebe9e0d519cbbfbac (patch) | |
tree | 4badc9ae4af7fd0631ba3e3b8163a5edb3936772 /src/net/eathena/packetsout.inc | |
parent | d6728b9c1c69f0ae7ed85165308d65d3c55606f9 (diff) | |
download | mv-a5dc57c1f52878c66ce5548ebe9e0d519cbbfbac.tar.gz mv-a5dc57c1f52878c66ce5548ebe9e0d519cbbfbac.tar.bz2 mv-a5dc57c1f52878c66ce5548ebe9e0d519cbbfbac.tar.xz mv-a5dc57c1f52878c66ce5548ebe9e0d519cbbfbac.zip |
Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 92c986755..3cbc29988 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -317,6 +317,7 @@ packet(CMSG_BOOKING_REGISTER_REQ, 0x0000, 0, nullptr); packet(CMSG_BOOKING_SEARCH_REQ, 0x0000, 0, nullptr); packet(CMSG_BOOKING_DELETE_REQ, 0x0000, 0, nullptr); packet(CMSG_BOOKING_UPDATE_REQ, 0x0000, 0, nullptr); +packet(CMSG_MAIL2_OPEN_WRITE_MAIL, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1374,6 +1375,7 @@ if (packetVersion == 20140416) packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); packet(CMSG_STORAGE_PASSWORD, 0x095c, 36, clif->pStoragePassword); packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); + packet(CMSG_MAIL2_OPEN_WRITE_MAIL, 0x0a08, 26, clif->pRodexOpenWriteMail); } // 20140605 |