summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 17:10:52 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 17:10:52 +0300
commitd3329d1900d306643706478cb2685dec7a1100e4 (patch)
tree5fe6c480db39a53d43c9f2dee3b1974eeebbdeef /src/net/eathena/packetsout.inc
parenta5dc57c1f52878c66ce5548ebe9e0d519cbbfbac (diff)
downloadManaVerse-d3329d1900d306643706478cb2685dec7a1100e4.tar.gz
ManaVerse-d3329d1900d306643706478cb2685dec7a1100e4.tar.bz2
ManaVerse-d3329d1900d306643706478cb2685dec7a1100e4.tar.xz
ManaVerse-d3329d1900d306643706478cb2685dec7a1100e4.zip
Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 3cbc29988..fcb22bcc8 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -318,6 +318,7 @@ 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);
+packet(CMSG_MAIL2_ADD_ITEM_TO_MAIL, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)
@@ -1376,6 +1377,7 @@ if (packetVersion == 20140416)
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);
+ packet(CMSG_MAIL2_ADD_ITEM_TO_MAIL, 0x0a04, 6, clif->pRodexAddItem);
}
// 20140605