From b874b5400e9f0306dba09c6b44e295e306bcb823 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Apr 2019 21:25:23 +0300 Subject: Add packet SMSG_MAP_PING2 0x0b1d --- 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 b455bd9be..bf4236b97 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1599,6 +1599,24 @@ if (packetVersionRe >= 20190130) packet(SMSG_SKILL_CASTING, 0x0b1a, 29, &BeingRecv::processSkillCasting3, 20190130); } +// 20190227 main +if (packetVersionMain >= 20190227) +{ + packet(SMSG_MAP_PING2, 0x0b1d, 2, &GameRecv::processPing2, 20190227); +} + +// 20190220 re +if (packetVersionRe >= 20190220) +{ + packet(SMSG_MAP_PING2, 0x0b1d, 2, &GameRecv::processPing2, 20190220); +} + +// 20190220 zero +if (packetVersionRe >= 20190220) +{ + packet(SMSG_MAP_PING2, 0x0b1d, 2, &GameRecv::processPing2, 20190220); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); -- cgit v1.2.3-70-g09d2