diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-12 16:39:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 16:39:38 +0300 |
commit | e5598d8183f8b5a015bade5d61a41e054311d5ec (patch) | |
tree | 001cd660a5d7893fd7c3b0ae5d9924dfadd2068d /src/net/eathena/packetsin.inc | |
parent | 750195bc4f8cc950830b2921f2432e4e23ba80ab (diff) | |
download | plus-e5598d8183f8b5a015bade5d61a41e054311d5ec.tar.gz plus-e5598d8183f8b5a015bade5d61a41e054311d5ec.tar.bz2 plus-e5598d8183f8b5a015bade5d61a41e054311d5ec.tar.xz plus-e5598d8183f8b5a015bade5d61a41e054311d5ec.zip |
Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 6b3e35e71..2da521008 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -766,6 +766,7 @@ if (packetVersion >= 20131223) packet(SMSG_BEING_SPAWN, 0x09dc, -1, &BeingRecv::processBeingSpawn, 20131223); packet(SMSG_BEING_VISIBLE, 0x09dd, -1, &BeingRecv::processBeingVisible, 20131223); packet(SMSG_WHISPER_RESPONSE, 0x09df, 7, &ChatRecv::processWhisperResponse, 20131223); + packet(SMSG_SKILL_NO_DAMAGE, 0x09cb, 17, &Ea::BeingRecv::processSkillNoDamage, 20131223); } // 20141016 |