Fix Transmutation Tablet inventory name

This commit is contained in:
Virtuoel 2015-06-03 16:49:36 +03:00
parent 7d799a41c8
commit 13c9f8d8c2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class InventoryTransmutationTablet implements IInventory
@Override
public String getInventoryName()
{
return Names.Containers.ALCHEMICAL_TOME;
return Names.Containers.TRANSMUTATION_TABLET;
}
@Override