This commit is contained in:
Ceikry 2020-03-30 13:05:25 -05:00
parent 1ff7f9f15f
commit ef0419e50d

View file

@ -94,8 +94,8 @@ public final class WildernessZone extends MapZone {
return true;
}
}
e.asNpc().getDefinition().getDropTables().drop(e.asNpc(),killer);
}
e.asNpc().getDefinition().getDropTables().drop(e.asNpc(),killer);
return true;
}