mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 13:30:27 -07:00
Corrected BoB inventory value price calculation
This commit is contained in:
parent
7a2d799dc3
commit
85888178dd
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ public class Item extends Node{
|
|||
*/
|
||||
public long getValue() {
|
||||
long value = 1;
|
||||
value = OfferManager.getRecommendedPrice(getId(), false);
|
||||
if (definition.getValue() > value) {
|
||||
value = definition.getValue();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue