Fixed rats dropping bones when killed outside of the stronghold of security
This commit is contained in:
@@ -54,9 +54,6 @@ public class RatNPC extends AbstractNPC {
|
||||
if (p.getQuestRepository().getQuest("Witch's Potion").isStarted(p)) {
|
||||
GroundItemManager.create(RAT_TAIL, getLocation(), p);
|
||||
}
|
||||
if (!getName().equals("Giant rat")) {
|
||||
GroundItemManager.create(new Item(526), getLocation(), (Player) killer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user