all runes junk for 500k

This commit is contained in:
2024-04-15 21:48:11 -05:00
parent cd87927241
commit 13babb630d
+1 -1
View File
@@ -569,7 +569,7 @@ public class ClientMessagePump implements NetMsgHandler {
if (i.isCanDestroy()) { if (i.isCanDestroy()) {
if (itemManager.delete(i) == true) { if (itemManager.delete(i) == true) {
int value = i.getItemBase().getBaseValue(); int value = i.getItemBase().getBaseValue();
if(i.getItemBase().isStatRune()) if(i.getItemBase().isRune())
value = 500000; value = 500000;
sourcePlayer.getCharItemManager().addGoldToInventory(value,false); sourcePlayer.getCharItemManager().addGoldToInventory(value,false);
sourcePlayer.getCharItemManager().updateInventory(); sourcePlayer.getCharItemManager().updateInventory();