Fixed empty string storage in existing Alchemy Arrays.

This commit is contained in:
WayofTime 2016-06-28 07:20:28 -04:00
parent ad546380a3
commit 11e56158d3
5 changed files with 16 additions and 10 deletions

View file

@ -162,6 +162,7 @@ public class Constants
public static class Misc
{
public static final int POTION_ARRAY_SIZE = 256;
public static final float ALTERED_STEP_HEIGHT = 1.00314159f;
}
public enum BloodMagicItem