summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 17:27:38 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 17:28:30 +0300
commit84624960e3b934f9779f56e14004489320edb42f (patch)
tree8aed65819cbf66b2c667cebc347042cf9024b247 /src/net/eathena/packetsin.inc
parent2507f262167386f83b46c4726f5d66fb99dad104 (diff)
downloadplus-84624960e3b934f9779f56e14004489320edb42f.tar.gz
plus-84624960e3b934f9779f56e14004489320edb42f.tar.bz2
plus-84624960e3b934f9779f56e14004489320edb42f.tar.xz
plus-84624960e3b934f9779f56e14004489320edb42f.zip
Add packet SMSG_HOMUNCULUS_INFO 0x09f7
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 38c61c38f..ecab39c63 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -840,6 +840,7 @@ if (packetVersion >= 20150513)
packet(SMSG_BEING_SPAWN, 0x09fe, -1, &BeingRecv::processBeingSpawn, 20150513);
packet(SMSG_BEING_MOVE, 0x09fd, -1, &BeingRecv::processBeingMove, 20150513);
packet(SMSG_PLAYER_HEAL, 0x0a27, 8, &PlayerRecv::processPlayerHeal, 20150513);
+ packet(SMSG_HOMUNCULUS_INFO, 0x09f7, 75, &HomunculusRecv::processHomunculusInfo, 20150513);
}
// 20150805