diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-03 00:03:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-03 00:03:38 +0300 |
commit | 9e5d035a2e43424ad63f159a6c8971a15a9079f4 (patch) | |
tree | 2eb4064714058fb9d0ebaf8358162f2d4f61116f /src/net/eathena/packetsin.inc | |
parent | a6d18b282ab916c6536dc25516affeb9200043b6 (diff) | |
download | manaverse-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.gz manaverse-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.bz2 manaverse-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.xz manaverse-9e5d035a2e43424ad63f159a6c8971a15a9079f4.zip |
Add packet SMSG_BEING_REMOVE_SPECIAL_EFFECT 0x0b0d.
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 b631ed895..b4ab91b42 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1338,6 +1338,12 @@ if (packetVersionZero >= 20180919) packet(SMSG_PLAYER_COMBINED_EQUIPMENT2, 0x0b0a, -1, &InventoryRecv::processPlayerCombinedEquipment2, 20180919); } +// 20181002 +if (packetVersion >= 20181002) +{ + packet(SMSG_BEING_REMOVE_SPECIAL_EFFECT, 0x0b0d, 10, &BeingRecv::processBeingRemoveSpecialEffect, 20181002); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); |