mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
@@ -130,7 +130,7 @@ public class ShopAssistant {
|
||||
} else if (Type == 1) {
|
||||
TotPrice *= 1;
|
||||
}
|
||||
return TotPrice;
|
||||
return (int) Math.round(TotPrice);
|
||||
}
|
||||
|
||||
public int getItemShopValue(int itemId) {
|
||||
|
||||
Reference in New Issue
Block a user