forked from MagicBane/Server
resource vendor now sells in stack sizes of 500k purchase
This commit is contained in:
@@ -1455,4 +1455,8 @@ public class Warehouse extends AbstractWorldObject {
|
||||
|
||||
return newCost;
|
||||
}
|
||||
public static int getSellStackSize(int id){
|
||||
|
||||
return (int)500000 / (getCostForResource(id));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user