Fixed an issue where wizards would drop two bones

This commit is contained in:
Kennynes 2023-02-18 02:21:25 +00:00 committed by Ryan
parent 097615cc7d
commit 4f600b2a59

View file

@ -175,12 +175,6 @@ public final class WizardTowerPlugin extends OptionHandler {
getProperties().setAutocastSpell((CombatSpell) SpellBook.MODERN.getSpell(8));
}
@Override
public void finalizeDeath(Entity killer) {
super.finalizeDeath(killer);
GroundItemManager.create(new Item(526), getLocation(), (Player) killer);
}
@Override
public int[] getIds() {
return ID;