diff options
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r-- | src/net/eathena/inventoryrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h index fd6ea071f..7ef4f628f 100644 --- a/src/net/eathena/inventoryrecv.h +++ b/src/net/eathena/inventoryrecv.h @@ -101,6 +101,7 @@ namespace EAthena void processInventoryExpansionInfo(Net::MessageIn &msg); void processInventoryExpansionAck(Net::MessageIn &msg); void processInventoryExpansionResult(Net::MessageIn &msg); + void processEnchantEquipment(Net::MessageIn &msg); } // namespace InventoryRecv } // namespace EAthena |