summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 17:09:51 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 17:09:51 +0300
commit2507f262167386f83b46c4726f5d66fb99dad104 (patch)
treed5309c11216b94a8ac6c097da618e76bb984d95d /src/net/eathena/packetsin.inc
parente5598d8183f8b5a015bade5d61a41e054311d5ec (diff)
downloadplus-2507f262167386f83b46c4726f5d66fb99dad104.tar.gz
plus-2507f262167386f83b46c4726f5d66fb99dad104.tar.bz2
plus-2507f262167386f83b46c4726f5d66fb99dad104.tar.xz
plus-2507f262167386f83b46c4726f5d66fb99dad104.zip
Add packet SMSG_PLAYER_HEAL 0x0a27.
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 2da521008..38c61c38f 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -839,6 +839,7 @@ if (packetVersion >= 20150513)
packet(SMSG_BEING_VISIBLE, 0x09ff, -1, &BeingRecv::processBeingVisible, 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);
}
// 20150805