mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed an issue where wizards would drop two bones
This commit is contained in:
parent
097615cc7d
commit
4f600b2a59
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue