From 9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Feb 2018 00:18:39 +0300 Subject: Add packet SMSG_CLAN_LEAVE 0x0989. --- src/net/eathena/packetsin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 000455bef..f2ffc2462 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -804,6 +804,7 @@ if (packetVersion >= 20131223) packet(SMSG_BEING_VISIBLE, 0x09dd, -1, &BeingRecv::processBeingVisible, 20131223); packet(SMSG_WHISPER_RESPONSE, 0x09df, 7, &ChatRecv::processWhisperResponse, 20131223); packet(SMSG_SKILL_NO_DAMAGE, 0x09cb, 17, &Ea::BeingRecv::processSkillNoDamage, 20131223); + packet(SMSG_CLAN_LEAVE, 0x0989, 2, &ClanRecv::processClanLeave, 20131223); } // 20131230 -- cgit v1.2.3-60-g2f50