From 4f8a0f6e11f32b17c45cb4214fbb83e9a1c8cd1e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Jan 2018 21:40:04 +0300 Subject: Add packet SMSG_ITEM_DROPPED 0x0add for zero clients. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index c51d4b975..ad6c63b6a 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -981,6 +981,12 @@ if (packetVersion >= 20170502) packet(SMSG_PLAYER_STAT_UPDATE_7, 0x0acb, 12, &PlayerRecv::processPlayerStatUpdate7, 20170830); packet(SMSG_PLAYER_GET_EXP2, 0x0acc, 18, &PlayerRecv::processPlayerGetExp2, 20170830); +// zero 20171018 +if (packets_zero == true) +{ + packet(SMSG_ITEM_DROPPED, 0x0add, 22, &ItemRecv::processItemDropped, 20171018); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); -- cgit v1.2.3-70-g09d2