summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-22 20:12:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-22 20:12:44 +0300
commit17e9519c2ee0b126db5ba1df61dcddf9f7b90b47 (patch)
treea0fd7d9fb11e1922f412b54fbcff0a8ce9ae8698 /src/net/eathena/packetsout.inc
parent7caa4b48dd0d8ba320b3af2e77c15ecd49d06b58 (diff)
downloadmv-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.gz
mv-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.bz2
mv-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.tar.xz
mv-17e9519c2ee0b126db5ba1df61dcddf9f7b90b47.zip
Move requestCheckName from BeingHandler into Mail2Handler.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 3eb90b33c..652a29f66 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -317,7 +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_CHECK_NAME, 0x0000, 0, nullptr);
+packet(CMSG_MAIL2_CHECK_NAME, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_OPEN_WRITE_MAIL, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_ADD_ITEM_TO_MAIL, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_REMOVE_ITEM_MAIL, 0x0000, 0, nullptr);
@@ -1434,7 +1434,7 @@ if (packetVersion >= 20140416)
// 20140423
if (packetVersion >= 20140423)
{
- packet(CMSG_CHECK_NAME, 0x0a13, 26, clif->pRodexCheckName);
+ packet(CMSG_MAIL2_CHECK_NAME, 0x0a13, 26, clif->pRodexCheckName);
}
// 20140605