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