Opps. Its 7 not 9

This commit is contained in:
Andrew 2013-07-09 15:09:52 +12:00
parent 370a357666
commit d181addde9

View File

@ -14,7 +14,7 @@ public class HorseWatcher extends AgeableWatcher {
// Zombie
// Skeleton
setValue(19, (byte) 0);
setValue(20, new Random().nextInt(9));
setValue(20, new Random().nextInt(7));
setValue(21, "");
setValue(22, 0);
}