forked from 2009Scape/Server
Fixed Ibis not rewarding exp when catching swordfish
This commit is contained in:
parent
fa429edc03
commit
67990205b4
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class IbisNPC extends Forager {
|
|||
@Override
|
||||
public boolean produceItem(Item item) {
|
||||
if (super.produceItem(item)) {
|
||||
if (item.getId() == 373) {
|
||||
if (item.getId() == 371) {
|
||||
owner.getSkills().addExperience(Skills.FISHING, 10);
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue