summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-23 23:36:44 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:38:22 +0300
commit19366a7eae5cb6862da3212f8d3e16fe0bf9255e (patch)
tree6566eaac715be1d330ba67e46c2e0014dc334e07 /src/net/eathena/packetsout.inc
parent2f4a9f411ba4be70663b000228a4ee6227e080ac (diff)
downloadManaVerse-19366a7eae5cb6862da3212f8d3e16fe0bf9255e.tar.gz
ManaVerse-19366a7eae5cb6862da3212f8d3e16fe0bf9255e.tar.bz2
ManaVerse-19366a7eae5cb6862da3212f8d3e16fe0bf9255e.tar.xz
ManaVerse-19366a7eae5cb6862da3212f8d3e16fe0bf9255e.zip
Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 1b515706b..d9b269ba9 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -342,6 +342,7 @@ packet(CMSG_PLAYER_SET_TITLE, 0x0000, 0, nullptr);
packet(CMSG_CHANGE_DRESS, 0x0000, 0, nullptr);
packet(CMSG_INSTANCE_COMMAND, 0x0000, 0, nullptr);
packet(CMSG_ACHIEVEMENT_GET_REWARD, 0x0000, 0, nullptr);
+packet(CMSG_LOGIN_MOBILE_OTP, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)
@@ -1462,4 +1463,16 @@ if (packetVersionRe >= 20180718)
packet(CMSG_PLAYER_SELECT_STYLE, 0x0afc, 16, clif->pReqStyleChange);
}
+// 20181114 main
+if (packetVersionMain >= 20181114)
+{
+ packet(CMSG_LOGIN_MOBILE_OTP, 0x09a3, -1, lclif->p->parse_CA_ACK_MOBILE_OTP);
+}
+
+// 20181114 re
+if (packetVersionRe >= 20181114)
+{
+ packet(CMSG_LOGIN_MOBILE_OTP, 0x09a3, -1, lclif->p->parse_CA_ACK_MOBILE_OTP);
+}
+
#endif