Fixed typing error

This commit is contained in:
Laurent Vivier 2011-09-25 14:02:34 +02:00
parent 52ec219b0e
commit 79badfa313
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ InventoryItem *craft_get_result(InventoryItem **items)
if(checkItemCombination(items, specs))
{
return new MaterialItem(CONTENT_JACKO, 22);
return new MaterialItem(CONTENT_JACKO, 2);
}
}