diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-27 20:54:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-27 20:54:14 +0300 |
commit | a86a068c3a5d97377deee915c93c5a29889f1a59 (patch) | |
tree | 63790d35acc1656808d60f1efb76a964f7d5e654 /src/net/eathena/packetsin.inc | |
parent | 9d583528aefbbdcfac9e6027aa162153cd5b6a05 (diff) | |
download | plus-a86a068c3a5d97377deee915c93c5a29889f1a59.tar.gz plus-a86a068c3a5d97377deee915c93c5a29889f1a59.tar.bz2 plus-a86a068c3a5d97377deee915c93c5a29889f1a59.tar.xz plus-a86a068c3a5d97377deee915c93c5a29889f1a59.zip |
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Change protocol version to 17.
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 bba0e64e7..affdc4b81 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -799,6 +799,7 @@ if (serverVersion > 0) packet(SMSG_BATTLE_EMBLEM2, 0x0b1a, 34, &BattleGroundRecv::processBattleEmblem2, 0); packet(SMSG_MAP_SET_TILES_TYPE, 0x0b1b, 34, &MapRecv::processSetTilesType, 0); packet(SMSG_NPC_SKIN, 0x0b1c, -1, &NpcRecv::processNpcSkin, 0); + packet(SMSG_PLAYER_KILLED_BY, 0x0b1d, 6, &PlayerRecv::processKilledBy, 0); // char server packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0); |