forked from MagicBane/Server
resource stacking bug
This commit is contained in:
@@ -1265,6 +1265,7 @@ public class CharacterItemManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
i.setNumOfItems(count);
|
||||||
}
|
}
|
||||||
this.inventory.add(i);
|
this.inventory.add(i);
|
||||||
this.itemIDtoType.put(i.getObjectUUID(), i.getObjectType().ordinal());
|
this.itemIDtoType.put(i.getObjectUUID(), i.getObjectType().ordinal());
|
||||||
|
|||||||
Reference in New Issue
Block a user