summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-13 21:38:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-13 21:38:27 +0300
commit027112ebe8e30a23e0478eae27861e95b12ccb69 (patch)
tree21d56e462cb54a06d609bd7f1b6c9e8f07eb0970 /src
parent22d13b5dab4984d260991fde4e727b1abc8d9b3d (diff)
downloadmv-027112ebe8e30a23e0478eae27861e95b12ccb69.tar.gz
mv-027112ebe8e30a23e0478eae27861e95b12ccb69.tar.bz2
mv-027112ebe8e30a23e0478eae27861e95b12ccb69.tar.xz
mv-027112ebe8e30a23e0478eae27861e95b12ccb69.zip
Add missing id for packets for server version 20150226.
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index c7eb6e537..ee95e4cf9 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -459,6 +459,7 @@ if (serverVersion >= 8 && packetVersion >= 20150226)
packet(SMSG_PLAYER_EQUIPMENT, 0x0a0d, -1, &InventoryRecv::processPlayerEquipment);
packet(SMSG_PLAYER_CART_EQUIP, 0x0a0f, -1, &InventoryRecv::processPlayerCartEquip);
packet(SMSG_PLAYER_STORAGE_EQUIP, 0x0a10, -1, &InventoryRecv::processPlayerStorageEquip);
+ packet(SMSG_BEING_VIEW_EQUIPMENT, 0x0a2d, -1, &BeingRecv::processBeingViewEquipment);
}
// partial implimentation for future use