From b4a2f8675591e05afeca7c55e432778dab2ffd10 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jul 2018 02:16:52 +0300 Subject: Update packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 for new versions. --- 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 50b9ae1b9..064938c4d 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -915,6 +915,12 @@ if ((serverVersion >= 8 || serverVersion == 0) && packetVersion >= 20150226) packet(SMSG_BEING_VIEW_EQUIPMENT, 0x0a2d, -1, &BeingRecv::processBeingViewEquipment, 20150226); } +// 20150226 +if (packetVersion >= 20150226) +{ + packet(SMSG_SEARCHSTORE_SEARCH_ACK, 0x0836, 0, &SearchStoreRecv::processSearchAck, 20150226); +} + // 20150422 if (packetVersion >= 20150422) { -- cgit v1.2.3-70-g09d2