diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-07 00:44:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-07 01:54:33 +0300 |
commit | 8720859cf97b5b0865a17d6d96c17a3481a3c2ae (patch) | |
tree | 25865af2f9adc12c8f600373705adaf42f93b2ae /src/net/eathena/packetsin.inc | |
parent | 24b3f27775801e4ce45e4203f87994209dd54e7b (diff) | |
download | mv-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.gz mv-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.bz2 mv-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.xz mv-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.zip |
Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |