Initial fixes for ContainerSetSlotPacket and CraftItemPacket (#649)
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
shared_ptr<ItemInstance> getResourceItem(int type,int iAuxVal);
|
||||
|
||||
bool hasResource(int type);
|
||||
int countResource(int type, int auxVal);
|
||||
void swapSlots(int from, int to);
|
||||
bool add(shared_ptr<ItemInstance> item);
|
||||
shared_ptr<ItemInstance> removeItem(unsigned int slot, int count);
|
||||
|
||||
Reference in New Issue
Block a user