From 8720859cf97b5b0865a17d6d96c17a3481a3c2ae Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Apr 2018 00:44:58 +0300 Subject: Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b. --- 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 40e6419ce..bbc6dc805 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -910,6 +910,12 @@ if ((serverVersion >= 8 || serverVersion == 0) && packetVersion >= 20150226) packet(SMSG_BEING_VIEW_EQUIPMENT, 0x0a2d, -1, &BeingRecv::processBeingViewEquipment, 20150226); } +// 20150422 +if (packetVersion >= 20150422) +{ + packet(SMSG_BEING_HAT_EFFECTS, 0x0a3b, -1, &BeingRecv::processBeingHatEffects, 20150422); +} + // 20150513 if (packetVersion >= 20150513) { -- cgit v1.2.3-70-g09d2