forked from 2009Scape/Server
Corrected BoB inventory value price calculation
This commit is contained in:
parent
c00998bace
commit
ea924a9780
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