summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-08-19 20:48:52 +0300
committerAndrei Karas <akaras@inbox.ru>2019-08-19 20:48:52 +0300
commit4e5d11c6d14dc255070c61d5bb867d2c52039f30 (patch)
tree59bf3ff99e8968535246864207cfe88c68672eb4 /src/net/eathena/packetsin.inc
parentbd923dda709637530a9fb1728c09c539f3bfc966 (diff)
downloadplus-4e5d11c6d14dc255070c61d5bb867d2c52039f30.tar.gz
plus-4e5d11c6d14dc255070c61d5bb867d2c52039f30.tar.bz2
plus-4e5d11c6d14dc255070c61d5bb867d2c52039f30.tar.xz
plus-4e5d11c6d14dc255070c61d5bb867d2c52039f30.zip
Update packet SMSG_HOMUNCULUS_INFO
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 492ca268d..0cdbf304e 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1791,6 +1791,24 @@ if (packetVersionMain >= 20190522)
packet(SMSG_PLAYER_SHORTCUTS, 0x0b20, 271, &PlayerRecv::processPlayerShortcuts3, 20190522);
}
+// 20190605 re
+if (packetVersionRe >= 20190605)
+{
+ packet(SMSG_HOMUNCULUS_INFO, 0x0b2f, 73, &HomunculusRecv::processHomunculusInfo3, 20190605);
+}
+
+// 20190619 main
+if (packetVersionMain >= 20190619)
+{
+ packet(SMSG_HOMUNCULUS_INFO, 0x0b2f, 73, &HomunculusRecv::processHomunculusInfo3, 20190619);
+}
+
+// 20190626 zero
+if (packetVersionZero >= 20190626)
+{
+ packet(SMSG_HOMUNCULUS_INFO, 0x0b2f, 73, &HomunculusRecv::processHomunculusInfo3, 20190626);
+}
+
// 0
// evol always packets
packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0);