Temporary solution to fix Golems being butchered. This includes Iron and snow golems.

This commit is contained in:
Jadedwolf
2012-03-16 14:02:56 -05:00
committed by TomyLobo
parent d82111a4fc
commit b2eb2741eb
3 changed files with 15 additions and 1 deletions

View File

@ -39,6 +39,7 @@ public abstract class LocalWorld {
public static final int PETS = 1 << 0;
public static final int NPCS = 1 << 1;
public static final int ANIMALS = 1 << 2;
public static final int GOLEMS = 1 << 3;
public static final int WITH_LIGHTNING = 1 << 20;
}