Drawsync loot items

This commit is contained in:
downthecrop 2024-10-21 21:26:54 -07:00
parent f09de70a30
commit 72bf9a8297

View file

@ -412,7 +412,7 @@ object LootTrackerView {
newDrops.forEach { drop ->
val geValue = (gePriceMap[drop.id.toString()]?.toInt() ?: 0) * drop.quantity
updateValueLabel(lootTrackerView, geValue.toString(), npcName)
addItemToLootPanel(lootTrackerView, drop, npcName)
plugin.registerDrawAction { addItemToLootPanel(lootTrackerView, drop, npcName) }
updateTotalValue(geValue)
}
}