mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +00:00
Working on can equip, putting it in the general inventory class.
This commit is contained in:
@@ -825,7 +825,6 @@ public:
|
||||
|
||||
//New Inventory
|
||||
bool SwapItem(const EQEmu::InventorySlot &src, const EQEmu::InventorySlot &dest, int number_in_stack);
|
||||
bool CanEquipItem(std::shared_ptr<EQEmu::ItemInstance> inst, const EQEmu::InventorySlot &slot);
|
||||
|
||||
//
|
||||
// class Client::TextLink
|
||||
|
||||
Reference in New Issue
Block a user