From 364d79286b557ef65a26885e8c6dff9d0f176d30 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 26 Jan 2019 01:31:04 +0300 Subject: Add packet SMSG_NPC_BARTER_OPEN 0x0b0e --- src/net/eathena/packetsin.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 275f29c10..938049fa6 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1557,6 +1557,24 @@ if (packetVersionRe >= 20181219) packet(SMSG_INVENTORY_EXPANSION_RESULT, 0x0b17, 3, &InventoryRecv::processInventoryExpansionResult, 20181212); } +// 20181226 zero +if (packetVersionZero >= 20181226) +{ + packet(SMSG_NPC_BARTER_OPEN, 0x0b0e, -1, &BarterRecv::processOpenShop, 20181226); +} + +// 20190116 main +if (packetVersionMain >= 20190116) +{ + packet(SMSG_NPC_BARTER_OPEN, 0x0b0e, -1, &BarterRecv::processOpenShop, 20190116); +} + +// 20190116 re +if (packetVersionRe >= 20190116) +{ + packet(SMSG_NPC_BARTER_OPEN, 0x0b0e, -1, &BarterRecv::processOpenShop, 20190116); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); -- cgit v1.2.3-70-g09d2