Merge branch 'master' of ssh://dev.mineplex.com:7999/min/mineplex

This commit is contained in:
Chiss 2013-10-26 19:01:41 +11:00
commit 01cb69d28b
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ public class DisguiseWitch extends DisguiseMonster
return 66;
}
public String getHurtSound()
{
return "mob.witch.hurt";
}
public void a(boolean flag)
{
DataWatcher.watch(21, Byte.valueOf((byte)(flag ? 1 : 0)));