forked from 2009Scape/Server
closes #167 spirit shards now always sell for 25 each
This commit is contained in:
parent
56972ba7ef
commit
e406ea40d8
1 changed files with 3 additions and 0 deletions
|
|
@ -613,6 +613,9 @@ public class Shop {
|
|||
}
|
||||
double mod = (maxMod + minMod) / 2;
|
||||
int value = (int) (item.getDefinition().getAlchemyValue(highAlch) * mod * item.getAmount());
|
||||
if(item.getId() == 12183){
|
||||
value = 25 * item.getAmount();
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue