Revert "dropfix"

This reverts commit ef0419e50d.
This commit is contained in:
Ceikry 2020-03-30 13:07:50 -05:00
parent ef0419e50d
commit e28e4dfc26

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;
}