summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-15 02:00:02 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-15 02:00:02 +0300
commit1517630edf7dd30560fde38bcafa9cee7e08f8f6 (patch)
treedce005f2d5c46d807581b07586c333cc0beec824 /src/net/eathena/packetsin.inc
parentebeb2c4f224016bf076f9a97d7f03afc16a102cf (diff)
downloadmv-1517630edf7dd30560fde38bcafa9cee7e08f8f6.tar.gz
mv-1517630edf7dd30560fde38bcafa9cee7e08f8f6.tar.bz2
mv-1517630edf7dd30560fde38bcafa9cee7e08f8f6.tar.xz
mv-1517630edf7dd30560fde38bcafa9cee7e08f8f6.zip
Add packet SMSG_NAME_RESPONSE_TITLE 0x0adf
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index cda7ec635..a701ea896 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1320,6 +1320,18 @@ if (packetVersionZero >= 20171123)
packet(SMSG_LOGIN_OTP, 0x0ae3, -1, &LoginRecv::processLoginOtp2, 20171123);
}
+// 20171129 re
+if (packetVersionRe >= 20171129)
+{
+ packet(SMSG_NAME_RESPONSE_TITLE, 0x0adf, 58, &BeingRecv::processNameResponseTitle, 20171129);
+}
+
+// 20171130 zero
+if (packetVersionZero >= 20171130)
+{
+ packet(SMSG_NAME_RESPONSE_TITLE, 0x0adf, 58, &BeingRecv::processNameResponseTitle, 20171130);
+}
+
// 20171207
if (packetVersion >= 20171207)
{
@@ -1363,6 +1375,12 @@ if (packetVersionZero >= 20180131)
packet(SMSG_CHAR_PINCODE_STATUS2, 0x0ae9, 13, &CharServerRecv::processPincodeStatus2, 20180124);
}
+// 20180207 main
+if (packetVersionMain >= 20180207)
+{
+ packet(SMSG_NAME_RESPONSE_TITLE, 0x0adf, 58, &BeingRecv::processNameResponseTitle, 20180207);
+}
+
// re 20180221
if (packetVersionRe >= 20180221)
{