diff options
Diffstat (limited to 'src/net/eathena/inventoryrecv.cpp')
-rw-r--r-- | src/net/eathena/inventoryrecv.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index 0f18fe42b..8a0b88dec 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -1696,4 +1696,12 @@ void InventoryRecv::processInventoryExpansionResult(Net::MessageIn &msg) msg.readUInt8("result"); } +void InventoryRecv::processEnchantEquipment(Net::MessageIn &msg) +{ + UNIMPLEMENTEDPACKET; + msg.readInt16("wear state"); + msg.readInt16("card slot"); + msg.readItemId("item id"); +} + } // namespace EAthena |