fixed crafting bug

This commit is contained in:
Perttu Ahola 2010-12-22 19:00:48 +02:00
parent 58ccc68c81
commit 2c645d5d8a
1 changed files with 1 additions and 1 deletions

View File

@ -2413,7 +2413,7 @@ void Server::SendInventory(u16 peer_id)
InventoryList *rlist = player->inventory.getList("craftresult");
if(rlist)
{
//rlist->clearItems();
rlist->clearItems();
}
if(clist && rlist)
{