Fix some more out of sync effect IDs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-03-03 17:03:42 +11:00
parent 484e9c6422
commit 3befff92cf

View file

@ -50,7 +50,7 @@ public enum Effect {
/**
* Sound of zombies chewing on wooden doors.
*/
ZOMBIE_CHEW_WOODEN_DOOR(1010, Type.SOUND),
ZOMBIE_CHEW_WOODEN_DOOR(1012, Type.SOUND),
/**
* Sound of zombies chewing on iron doors.
*/
@ -58,7 +58,7 @@ public enum Effect {
/**
* Sound of zombies destroying a door.
*/
ZOMBIE_DESTROY_DOOR(1012, Type.SOUND),
ZOMBIE_DESTROY_DOOR(1021, Type.SOUND),
/**
* A visual smoke effect. Needs direction as additional info.
*/